Shades of Burnt Orange #F07231
Tints of Burnt Orange #F07231
RGB
CMYK
RGB Variations
Color information
#F07231 (or 0xF07231) is known color: Burnt Orange. HEX triplet: F0, 72 and 31. RGB value is (240,114,49). Sum of RGB (Red+Green+Blue) = 240+114+49=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F07231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07231 is #0F8DCE. Grayscale: #909090. Windows color (decimal): -1019343 or 3240688. OLE color: 3240688.
HSL color Cylindrical-coordinate representation of color #F07231: hue angle of 20.42º 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 #F07231 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 49 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.06 |
| HSL | 20.42º | 0.86% | 0.57% | - |
| HSV(B) | 20.42º | 0.8% | 0.94% | - |
| XYZ | 42.51 | 30.78 | 6.61 | - |
| YUV | 144.26 | 74.24 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 49 | 0 | 0.52 | 0.80 | 0.06 | 20.42 | 0.86 | 0.57 |
| Hex | F0 | 72 | 31 | 0 | 34 | 50 | 6 | 14 | 56 | 39 |
| Octal | 360 | 162 | 61 | 0 | 64 | 120 | 6 | 24 | 126 | 71 |
| Binary | 11110000 | 1110010 | 110001 | 0 | 110100 | 1010000 | 110 | 10100 | 1010110 | 111001 |
Color Harmonies of #F07231
Complementary color
Monochromatic Colors of #F07231
Black with #F07231
Text Example
Text Example
White with #F07231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07231; }
p { color: rgb(240,114,49); }
H1.HeaderClassName
{
color: #F07231;
}
.AnyTagClassName
{
color: #F07231;
}
</style>
background-color css
<style>
a { background-color: #F07231; }
a { background-color: rgb(240,114,49); }
div.DivClassName
{
background-color: #F07231;
}
.BgClassName
{
background-color: #F07231;
}
</style>
border-color css
<style>
span { border-color: #F07231; }
span { border-color: rgb(240,114,49); }
td.TdClassName
{
border-color: #F07231;
}
.TagClassName
{
border-color: #F07231;
}
</style>