Shades of Burnt Orange #F06E30
Tints of Burnt Orange #F06E30
RGB
CMYK
RGB Variations
Color information
#F06E30 (or 0xF06E30) is known color: Burnt Orange. HEX triplet: F0, 6E and 30. RGB value is (240,110,48). Sum of RGB (Red+Green+Blue) = 240+110+48=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06E30 is #0F91CF. Grayscale: #8E8E8E. Windows color (decimal): -1020368 or 3174128. OLE color: 3174128.
HSL color Cylindrical-coordinate representation of color #F06E30: hue angle of 19.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F06E30 is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 48 | - |
| CMYK | 0 | 0.54 | 0.8 | 0.06 |
| HSL | 19.38º | 0.86% | 0.56% | - |
| HSV(B) | 19.38º | 0.8% | 0.94% | - |
| XYZ | 42.04 | 29.89 | 6.35 | - |
| YUV | 141.8 | 75.07 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 48 | 0 | 0.54 | 0.8 | 0.06 | 19.38 | 0.86 | 0.56 |
| Hex | F0 | 6E | 30 | 0 | 36 | 50 | 6 | 13 | 56 | 38 |
| Octal | 360 | 156 | 60 | 0 | 66 | 120 | 6 | 23 | 126 | 70 |
| Binary | 11110000 | 1101110 | 110000 | 0 | 110110 | 1010000 | 110 | 10011 | 1010110 | 111000 |
Color Harmonies of #F06E30
Complementary color
Monochromatic Colors of #F06E30
Black with #F06E30
Text Example
Text Example
White with #F06E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E30; }
p { color: rgb(240,110,48); }
H1.HeaderClassName
{
color: #F06E30;
}
.AnyTagClassName
{
color: #F06E30;
}
</style>
background-color css
<style>
a { background-color: #F06E30; }
a { background-color: rgb(240,110,48); }
div.DivClassName
{
background-color: #F06E30;
}
.BgClassName
{
background-color: #F06E30;
}
</style>
border-color css
<style>
span { border-color: #F06E30; }
span { border-color: rgb(240,110,48); }
td.TdClassName
{
border-color: #F06E30;
}
.TagClassName
{
border-color: #F06E30;
}
</style>