#F97640

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

Shades of Burnt Orange #F97640

Tints of Burnt Orange #F97640

Color information

#F97640 (or 0xF97640) is unknown color: approx Burnt Orange. HEX triplet: F9, 76 and 40. RGB value is (249,118,64). Sum of RGB (Red+Green+Blue) = 249+118+64=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F97640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97640 is #0689BF. Grayscale: #979797. Windows color (decimal): -428480 or 4224761. OLE color: 4224761.

HSL color Cylindrical-coordinate representation of color #F97640: hue angle of 17.51º 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 #F97640 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB24911864-
CMYK00.530.740.02
HSL17.51º93.91%61.37%-
HSV(B)17.51º74.3%97.65%-
XYZ46.4733.478.86-
YUV151.0178.9197.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.77%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=57.77%
G=27.38%
B=14.85%

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
Decimal2491186400.530.740.0217.5193.9161.37
HexF976400354A2125e3d
Octal37116610006511222213675
Binary11111001111011010000000110101100101010100101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97640; }

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

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

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

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

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

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

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

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