Shades of Burnt Orange #F07229
Tints of Burnt Orange #F07229
RGB
CMYK
RGB Variations
Color information
#F07229 (or 0xF07229) is known color: Burnt Orange. HEX triplet: F0, 72 and 29. RGB value is (240,114,41). Sum of RGB (Red+Green+Blue) = 240+114+41=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F07229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07229 is #0F8DD6. Grayscale: #8F8F8F. Windows color (decimal): -1019351 or 2716400. OLE color: 2716400.
HSL color Cylindrical-coordinate representation of color #F07229: hue angle of 22.01º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F07229 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 41 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.06 |
| HSL | 22.01º | 0.87% | 0.55% | - |
| HSV(B) | 22.01º | 0.83% | 0.94% | - |
| XYZ | 42.35 | 30.72 | 5.8 | - |
| YUV | 143.35 | 70.24 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 41 | 0 | 0.52 | 0.83 | 0.06 | 22.01 | 0.87 | 0.55 |
| Hex | F0 | 72 | 29 | 0 | 34 | 53 | 6 | 16 | 57 | 37 |
| Octal | 360 | 162 | 51 | 0 | 64 | 123 | 6 | 26 | 127 | 67 |
| Binary | 11110000 | 1110010 | 101001 | 0 | 110100 | 1010011 | 110 | 10110 | 1010111 | 110111 |
Color Harmonies of #F07229
Complementary color
Monochromatic Colors of #F07229
Black with #F07229
Text Example
Text Example
White with #F07229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07229; }
p { color: rgb(240,114,41); }
H1.HeaderClassName
{
color: #F07229;
}
.AnyTagClassName
{
color: #F07229;
}
</style>
background-color css
<style>
a { background-color: #F07229; }
a { background-color: rgb(240,114,41); }
div.DivClassName
{
background-color: #F07229;
}
.BgClassName
{
background-color: #F07229;
}
</style>
border-color css
<style>
span { border-color: #F07229; }
span { border-color: rgb(240,114,41); }
td.TdClassName
{
border-color: #F07229;
}
.TagClassName
{
border-color: #F07229;
}
</style>