Shades of Burnt Orange #F06E2C
Tints of Burnt Orange #F06E2C
RGB
CMYK
RGB Variations
Color information
#F06E2C (or 0xF06E2C) is known color: Burnt Orange. HEX triplet: F0, 6E and 2C. RGB value is (240,110,44). Sum of RGB (Red+Green+Blue) = 240+110+44=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06E2C is #0F91D3. Grayscale: #8D8D8D. Windows color (decimal): -1020372 or 2911984. OLE color: 2911984.
HSL color Cylindrical-coordinate representation of color #F06E2C: hue angle of 20.2º 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 #F06E2C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 44 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.06 |
| HSL | 20.2º | 0.87% | 0.56% | - |
| HSV(B) | 20.2º | 0.82% | 0.94% | - |
| XYZ | 41.97 | 29.86 | 5.93 | - |
| YUV | 141.35 | 73.07 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 44 | 0 | 0.54 | 0.82 | 0.06 | 20.2 | 0.87 | 0.56 |
| Hex | F0 | 6E | 2C | 0 | 36 | 52 | 6 | 14 | 57 | 38 |
| Octal | 360 | 156 | 54 | 0 | 66 | 122 | 6 | 24 | 127 | 70 |
| Binary | 11110000 | 1101110 | 101100 | 0 | 110110 | 1010010 | 110 | 10100 | 1010111 | 111000 |
Color Harmonies of #F06E2C
Complementary color
Monochromatic Colors of #F06E2C
Black with #F06E2C
Text Example
Text Example
White with #F06E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E2C; }
p { color: rgb(240,110,44); }
H1.HeaderClassName
{
color: #F06E2C;
}
.AnyTagClassName
{
color: #F06E2C;
}
</style>
background-color css
<style>
a { background-color: #F06E2C; }
a { background-color: rgb(240,110,44); }
div.DivClassName
{
background-color: #F06E2C;
}
.BgClassName
{
background-color: #F06E2C;
}
</style>
border-color css
<style>
span { border-color: #F06E2C; }
span { border-color: rgb(240,110,44); }
td.TdClassName
{
border-color: #F06E2C;
}
.TagClassName
{
border-color: #F06E2C;
}
</style>