Shades of Burnt Orange #F07433
Tints of Burnt Orange #F07433
RGB
CMYK
RGB Variations
Color information
#F07433 (or 0xF07433) is known color: Burnt Orange. HEX triplet: F0, 74 and 33. RGB value is (240,116,51). Sum of RGB (Red+Green+Blue) = 240+116+51=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F07433 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07433 is #0F8BCC. Grayscale: #929292. Windows color (decimal): -1018829 or 3372272. OLE color: 3372272.
HSL color Cylindrical-coordinate representation of color #F07433: hue angle of 20.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F07433 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 51 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.06 |
| HSL | 20.63º | 0.86% | 0.57% | - |
| HSV(B) | 20.63º | 0.79% | 0.94% | - |
| XYZ | 42.78 | 31.26 | 6.91 | - |
| YUV | 145.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 51 | 0 | 0.52 | 0.79 | 0.06 | 20.63 | 0.86 | 0.57 |
| Hex | F0 | 74 | 33 | 0 | 34 | 4F | 6 | 15 | 56 | 39 |
| Octal | 360 | 164 | 63 | 0 | 64 | 117 | 6 | 25 | 126 | 71 |
| Binary | 11110000 | 1110100 | 110011 | 0 | 110100 | 1001111 | 110 | 10101 | 1010110 | 111001 |
Color Harmonies of #F07433
Complementary color
Monochromatic Colors of #F07433
Black with #F07433
Text Example
Text Example
White with #F07433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07433; }
p { color: rgb(240,116,51); }
H1.HeaderClassName
{
color: #F07433;
}
.AnyTagClassName
{
color: #F07433;
}
</style>
background-color css
<style>
a { background-color: #F07433; }
a { background-color: rgb(240,116,51); }
div.DivClassName
{
background-color: #F07433;
}
.BgClassName
{
background-color: #F07433;
}
</style>
border-color css
<style>
span { border-color: #F07433; }
span { border-color: rgb(240,116,51); }
td.TdClassName
{
border-color: #F07433;
}
.TagClassName
{
border-color: #F07433;
}
</style>