#F97E2C

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

Shades of Burnt Orange #F97E2C

Tints of Burnt Orange #F97E2C

Color information

#F97E2C (or 0xF97E2C) is unknown color: approx Burnt Orange. HEX triplet: F9, 7E and 2C. RGB value is (249,126,44). Sum of RGB (Red+Green+Blue) = 249+126+44=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97E2C is #0681D3. Grayscale: #999999. Windows color (decimal): -426452 or 2916089. OLE color: 2916089.

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

Color convert

RGB24912644-
CMYK00.490.820.02
HSL24º94.47%57.45%-
HSV(B)24º82.33%97.65%-
XYZ46.9835.246.71-
YUV153.4366.25196.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.43%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 44 (17.58% from 255) = 10.50%
R=59.43%
G=30.07%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491264400.490.820.022494.4757.45
HexF97E2C031522185e39
Octal3711765406112223013671
Binary1111100111111101011000110001101001010110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97E2C; }

 p { color: rgb(249,126,44); }

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

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

 a { background-color: rgb(249,126,44); }

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

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

 span { border-color: rgb(249,126,44); }

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