Shades of Burnt Orange #F06D34
Tints of Burnt Orange #F06D34
RGB
CMYK
RGB Variations
Color information
#F06D34 (or 0xF06D34) is known color: Burnt Orange. HEX triplet: F0, 6D and 34. RGB value is (240,109,52). Sum of RGB (Red+Green+Blue) = 240+109+52=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D34 is #0F92CB. Grayscale: #8E8E8E. Windows color (decimal): -1020620 or 3436016. OLE color: 3436016.
HSL color Cylindrical-coordinate representation of color #F06D34: hue angle of 18.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F06D34 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 52 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.06 |
| HSL | 18.19º | 0.86% | 0.57% | - |
| HSV(B) | 18.19º | 0.78% | 0.94% | - |
| XYZ | 42.02 | 29.71 | 6.77 | - |
| YUV | 141.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 52 | 0 | 0.55 | 0.78 | 0.06 | 18.19 | 0.86 | 0.57 |
| Hex | F0 | 6D | 34 | 0 | 37 | 4E | 6 | 12 | 56 | 39 |
| Octal | 360 | 155 | 64 | 0 | 67 | 116 | 6 | 22 | 126 | 71 |
| Binary | 11110000 | 1101101 | 110100 | 0 | 110111 | 1001110 | 110 | 10010 | 1010110 | 111001 |
Color Harmonies of #F06D34
Complementary color
Monochromatic Colors of #F06D34
Black with #F06D34
Text Example
Text Example
White with #F06D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D34; }
p { color: rgb(240,109,52); }
H1.HeaderClassName
{
color: #F06D34;
}
.AnyTagClassName
{
color: #F06D34;
}
</style>
background-color css
<style>
a { background-color: #F06D34; }
a { background-color: rgb(240,109,52); }
div.DivClassName
{
background-color: #F06D34;
}
.BgClassName
{
background-color: #F06D34;
}
</style>
border-color css
<style>
span { border-color: #F06D34; }
span { border-color: rgb(240,109,52); }
td.TdClassName
{
border-color: #F06D34;
}
.TagClassName
{
border-color: #F06D34;
}
</style>