Shades of Burnt Orange #F06D31
Tints of Burnt Orange #F06D31
RGB
CMYK
RGB Variations
Color information
#F06D31 (or 0xF06D31) is known color: Burnt Orange. HEX triplet: F0, 6D and 31. RGB value is (240,109,49). Sum of RGB (Red+Green+Blue) = 240+109+49=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D31 is #0F92CE. Grayscale: #8D8D8D. Windows color (decimal): -1020623 or 3239408. OLE color: 3239408.
HSL color Cylindrical-coordinate representation of color #F06D31: hue angle of 18.85º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F06D31 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 49 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.06 |
| HSL | 18.85º | 0.86% | 0.57% | - |
| HSV(B) | 18.85º | 0.8% | 0.94% | - |
| XYZ | 41.96 | 29.68 | 6.42 | - |
| YUV | 141.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 49 | 0 | 0.55 | 0.80 | 0.06 | 18.85 | 0.86 | 0.57 |
| Hex | F0 | 6D | 31 | 0 | 37 | 50 | 6 | 13 | 56 | 39 |
| Octal | 360 | 155 | 61 | 0 | 67 | 120 | 6 | 23 | 126 | 71 |
| Binary | 11110000 | 1101101 | 110001 | 0 | 110111 | 1010000 | 110 | 10011 | 1010110 | 111001 |
Color Harmonies of #F06D31
Complementary color
Monochromatic Colors of #F06D31
Black with #F06D31
Text Example
Text Example
White with #F06D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D31; }
p { color: rgb(240,109,49); }
H1.HeaderClassName
{
color: #F06D31;
}
.AnyTagClassName
{
color: #F06D31;
}
</style>
background-color css
<style>
a { background-color: #F06D31; }
a { background-color: rgb(240,109,49); }
div.DivClassName
{
background-color: #F06D31;
}
.BgClassName
{
background-color: #F06D31;
}
</style>
border-color css
<style>
span { border-color: #F06D31; }
span { border-color: rgb(240,109,49); }
td.TdClassName
{
border-color: #F06D31;
}
.TagClassName
{
border-color: #F06D31;
}
</style>