#F97540

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

Shades of Burnt Orange #F97540

Tints of Burnt Orange #F97540

Color information

#F97540 (or 0xF97540) is unknown color: approx Burnt Orange. HEX triplet: F9, 75 and 40. RGB value is (249,117,64). Sum of RGB (Red+Green+Blue) = 249+117+64=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F97540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97540 is #068ABF. Grayscale: #969696. Windows color (decimal): -428736 or 4224505. OLE color: 4224505.

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

Color convert

RGB24911764-
CMYK00.530.740.02
HSL17.19º93.91%61.37%-
HSV(B)17.19º74.3%97.65%-
XYZ46.3533.238.82-
YUV150.4379.23198.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.91%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=57.91%
G=27.21%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491176400.530.740.0217.1993.9161.37
HexF975400354A2115e3d
Octal37116510006511222113675
Binary11111001111010110000000110101100101010100011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97540; }

 p { color: rgb(249,117,64); }

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

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

 a { background-color: rgb(249,117,64); }

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

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

 span { border-color: rgb(249,117,64); }

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