#F06D2C

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

Shades of Burnt Orange #F06D2C

Tints of Burnt Orange #F06D2C

Color information

#F06D2C (or 0xF06D2C) is unknown color: approx Burnt Orange. HEX triplet: F0, 6D and 2C. RGB value is (240,109,44). Sum of RGB (Red+Green+Blue) = 240+109+44=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D2C is #0F92D3. Grayscale: #8D8D8D. Windows color (decimal): -1020628 or 2911728. OLE color: 2911728.

HSL color Cylindrical-coordinate representation of color #F06D2C: hue angle of 19.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F06D2C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB24010944-
CMYK00.550.820.06
HSL19.9º86.73%55.69%-
HSV(B)19.9º81.67%94.12%-
XYZ41.8629.645.9-
YUV140.7673.4198.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.07%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 44 (17.58% from 255) = 11.20%
R=61.07%
G=27.74%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401094400.550.820.0619.986.7355.69
HexF06D2C037526145738
Octal3601555406712262412770
Binary11110000110110110110001101111010010110101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06D2C; }

 p { color: rgb(240,109,44); }

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

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

 a { background-color: rgb(240,109,44); }

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

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

 span { border-color: rgb(240,109,44); }

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