Shades of Burnt Orange #F06F31
Tints of Burnt Orange #F06F31
RGB
CMYK
RGB Variations
Color information
#F06F31 (or 0xF06F31) is known color: Burnt Orange. HEX triplet: F0, 6F and 31. RGB value is (240,111,49). Sum of RGB (Red+Green+Blue) = 240+111+49=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F31 is #0F90CE. Grayscale: #8E8E8E. Windows color (decimal): -1020111 or 3239920. OLE color: 3239920.
HSL color Cylindrical-coordinate representation of color #F06F31: hue angle of 19.48º 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 #F06F31 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 49 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.06 |
| HSL | 19.48º | 0.86% | 0.57% | - |
| HSV(B) | 19.48º | 0.8% | 0.94% | - |
| XYZ | 42.17 | 30.12 | 6.5 | - |
| YUV | 142.5 | 75.24 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 49 | 0 | 0.54 | 0.80 | 0.06 | 19.48 | 0.86 | 0.57 |
| Hex | F0 | 6F | 31 | 0 | 36 | 50 | 6 | 13 | 56 | 39 |
| Octal | 360 | 157 | 61 | 0 | 66 | 120 | 6 | 23 | 126 | 71 |
| Binary | 11110000 | 1101111 | 110001 | 0 | 110110 | 1010000 | 110 | 10011 | 1010110 | 111001 |
Color Harmonies of #F06F31
Complementary color
Monochromatic Colors of #F06F31
Black with #F06F31
Text Example
Text Example
White with #F06F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F31; }
p { color: rgb(240,111,49); }
H1.HeaderClassName
{
color: #F06F31;
}
.AnyTagClassName
{
color: #F06F31;
}
</style>
background-color css
<style>
a { background-color: #F06F31; }
a { background-color: rgb(240,111,49); }
div.DivClassName
{
background-color: #F06F31;
}
.BgClassName
{
background-color: #F06F31;
}
</style>
border-color css
<style>
span { border-color: #F06F31; }
span { border-color: rgb(240,111,49); }
td.TdClassName
{
border-color: #F06F31;
}
.TagClassName
{
border-color: #F06F31;
}
</style>