Shades of Burnt Orange #F27229
Tints of Burnt Orange #F27229
RGB
CMYK
RGB Variations
Color information
#F27229 (or 0xF27229) is known color: Burnt Orange. HEX triplet: F2, 72 and 29. RGB value is (242,114,41). Sum of RGB (Red+Green+Blue) = 242+114+41=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F27229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27229 is #0D8DD6. Grayscale: #909090. Windows color (decimal): -888279 or 2716402. OLE color: 2716402.
HSL color Cylindrical-coordinate representation of color #F27229: hue angle of 21.79º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F27229 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 41 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.05 |
| HSL | 21.79º | 0.89% | 0.55% | - |
| HSV(B) | 21.79º | 0.83% | 0.95% | - |
| XYZ | 43.04 | 31.07 | 5.83 | - |
| YUV | 143.95 | 69.91 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 41 | 0 | 0.53 | 0.83 | 0.05 | 21.79 | 0.89 | 0.55 |
| Hex | F2 | 72 | 29 | 0 | 35 | 53 | 5 | 16 | 59 | 37 |
| Octal | 362 | 162 | 51 | 0 | 65 | 123 | 5 | 26 | 131 | 67 |
| Binary | 11110010 | 1110010 | 101001 | 0 | 110101 | 1010011 | 101 | 10110 | 1011001 | 110111 |
Color Harmonies of #F27229
Complementary color
Monochromatic Colors of #F27229
Black with #F27229
Text Example
Text Example
White with #F27229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27229; }
p { color: rgb(242,114,41); }
H1.HeaderClassName
{
color: #F27229;
}
.AnyTagClassName
{
color: #F27229;
}
</style>
background-color css
<style>
a { background-color: #F27229; }
a { background-color: rgb(242,114,41); }
div.DivClassName
{
background-color: #F27229;
}
.BgClassName
{
background-color: #F27229;
}
</style>
border-color css
<style>
span { border-color: #F27229; }
span { border-color: rgb(242,114,41); }
td.TdClassName
{
border-color: #F27229;
}
.TagClassName
{
border-color: #F27229;
}
</style>