#F96A2C

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

Shades of Burnt Orange #F96A2C

Tints of Burnt Orange #F96A2C

Color information

#F96A2C (or 0xF96A2C) is unknown color: approx Burnt Orange. HEX triplet: F9, 6A and 2C. RGB value is (249,106,44). Sum of RGB (Red+Green+Blue) = 249+106+44=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A2C is #0695D3. Grayscale: #8E8E8E. Windows color (decimal): -431572 or 2910969. OLE color: 2910969.

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

Color convert

RGB24910644-
CMYK00.570.820.02
HSL18.15º94.47%57.45%-
HSV(B)18.15º82.33%97.65%-
XYZ44.6830.635.94-
YUV141.6972.88204.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.41%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 44 (17.58% from 255) = 11.03%
R=62.41%
G=26.57%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491064400.570.820.0218.1594.4757.45
HexF96A2C039522125e39
Octal3711525407112222213671
Binary1111100111010101011000111001101001010100101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96A2C; }

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

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

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

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

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

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

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

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