Shades of Burnt Orange #F57229
Tints of Burnt Orange #F57229
RGB
CMYK
RGB Variations
Color information
#F57229 (or 0xF57229) is known color: Burnt Orange. HEX triplet: F5, 72 and 29. RGB value is (245,114,41). Sum of RGB (Red+Green+Blue) = 245+114+41=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F57229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57229 is #0A8DD6. Grayscale: #919191. Windows color (decimal): -691671 or 2716405. OLE color: 2716405.
HSL color Cylindrical-coordinate representation of color #F57229: hue angle of 21.47º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F57229 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 41 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.04 |
| HSL | 21.47º | 0.91% | 0.56% | - |
| HSV(B) | 21.47º | 0.83% | 0.96% | - |
| XYZ | 44.07 | 31.61 | 5.88 | - |
| YUV | 144.85 | 69.4 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 41 | 0 | 0.53 | 0.83 | 0.04 | 21.47 | 0.91 | 0.56 |
| Hex | F5 | 72 | 29 | 0 | 35 | 53 | 4 | 15 | 5B | 38 |
| Octal | 365 | 162 | 51 | 0 | 65 | 123 | 4 | 25 | 133 | 70 |
| Binary | 11110101 | 1110010 | 101001 | 0 | 110101 | 1010011 | 100 | 10101 | 1011011 | 111000 |
Color Harmonies of #F57229
Complementary color
Monochromatic Colors of #F57229
Black with #F57229
Text Example
Text Example
White with #F57229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57229; }
p { color: rgb(245,114,41); }
H1.HeaderClassName
{
color: #F57229;
}
.AnyTagClassName
{
color: #F57229;
}
</style>
background-color css
<style>
a { background-color: #F57229; }
a { background-color: rgb(245,114,41); }
div.DivClassName
{
background-color: #F57229;
}
.BgClassName
{
background-color: #F57229;
}
</style>
border-color css
<style>
span { border-color: #F57229; }
span { border-color: rgb(245,114,41); }
td.TdClassName
{
border-color: #F57229;
}
.TagClassName
{
border-color: #F57229;
}
</style>