Shades of Burnt Orange #F07233
Tints of Burnt Orange #F07233
RGB
CMYK
RGB Variations
Color information
#F07233 (or 0xF07233) is known color: Burnt Orange. HEX triplet: F0, 72 and 33. RGB value is (240,114,51). Sum of RGB (Red+Green+Blue) = 240+114+51=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F07233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07233 is #0F8DCC. Grayscale: #909090. Windows color (decimal): -1019341 or 3371760. OLE color: 3371760.
HSL color Cylindrical-coordinate representation of color #F07233: hue angle of 20º 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 #F07233 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 51 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.06 |
| HSL | 20º | 0.86% | 0.57% | - |
| HSV(B) | 20º | 0.79% | 0.94% | - |
| XYZ | 42.55 | 30.8 | 6.83 | - |
| YUV | 144.49 | 75.24 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 51 | 0 | 0.52 | 0.79 | 0.06 | 20 | 0.86 | 0.57 |
| Hex | F0 | 72 | 33 | 0 | 34 | 4F | 6 | 14 | 56 | 39 |
| Octal | 360 | 162 | 63 | 0 | 64 | 117 | 6 | 24 | 126 | 71 |
| Binary | 11110000 | 1110010 | 110011 | 0 | 110100 | 1001111 | 110 | 10100 | 1010110 | 111001 |
Color Harmonies of #F07233
Complementary color
Monochromatic Colors of #F07233
Black with #F07233
Text Example
Text Example
White with #F07233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07233; }
p { color: rgb(240,114,51); }
H1.HeaderClassName
{
color: #F07233;
}
.AnyTagClassName
{
color: #F07233;
}
</style>
background-color css
<style>
a { background-color: #F07233; }
a { background-color: rgb(240,114,51); }
div.DivClassName
{
background-color: #F07233;
}
.BgClassName
{
background-color: #F07233;
}
</style>
border-color css
<style>
span { border-color: #F07233; }
span { border-color: rgb(240,114,51); }
td.TdClassName
{
border-color: #F07233;
}
.TagClassName
{
border-color: #F07233;
}
</style>