#F97B3F

Color #F97B3F Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F97B3F

Tints of Burnt Orange #F97B3F

Color information

#F97B3F (or 0xF97B3F) is unknown color: approx Burnt Orange. HEX triplet: F9, 7B and 3F. RGB value is (249,123,63). Sum of RGB (Red+Green+Blue) = 249+123+63=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97B3F is #0684C0. Grayscale: #9A9A9A. Windows color (decimal): -427201 or 4160505. OLE color: 4160505.

HSL color Cylindrical-coordinate representation of color #F97B3F: hue angle of 19.35º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F97B3F is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB24912363-
CMYK00.510.750.02
HSL19.35º93.94%61.18%-
HSV(B)19.35º74.7%97.65%-
XYZ47.0534.668.91-
YUV153.8376.74195.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 63 (25% from 255) = 14.48%
R=57.24%
G=28.28%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491236300.510.750.0219.3593.9461.18
HexF97B3F0334B2135e3d
Octal3711737706311322313675
Binary1111100111110111111110110011100101110100111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97B3F; }

 p { color: rgb(249,123,63); }

 H1.HeaderClassName
 {
   color: #F97B3F;
 }
 .AnyTagClassName
 {
   color: #F97B3F;
 }
</style>
background-color css

<style>
 a { background-color: #F97B3F; }

 a { background-color: rgb(249,123,63); }

 div.DivClassName
 {
   background-color: #F97B3F;
 }
 .BgClassName
 {
   background-color: #F97B3F;
 }
</style>
border-color css

<style>
 span { border-color: #F97B3F; }

 span { border-color: rgb(249,123,63); }

 td.TdClassName
 {
   border-color: #F97B3F;
 }
 .TagClassName
 {
   border-color: #F97B3F;
 }
</style>