Shades of Burnt Orange #F27329
Tints of Burnt Orange #F27329
RGB
CMYK
RGB Variations
Color information
#F27329 (or 0xF27329) is known color: Burnt Orange. HEX triplet: F2, 73 and 29. RGB value is (242,115,41). Sum of RGB (Red+Green+Blue) = 242+115+41=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F27329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27329 is #0D8CD6. Grayscale: #909090. Windows color (decimal): -888023 or 2716658. OLE color: 2716658.
HSL color Cylindrical-coordinate representation of color #F27329: hue angle of 22.09º 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 #F27329 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 41 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.05 |
| HSL | 22.09º | 0.89% | 0.55% | - |
| HSV(B) | 22.09º | 0.83% | 0.95% | - |
| XYZ | 43.15 | 31.3 | 5.86 | - |
| YUV | 144.54 | 69.58 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 41 | 0 | 0.52 | 0.83 | 0.05 | 22.09 | 0.89 | 0.55 |
| Hex | F2 | 73 | 29 | 0 | 34 | 53 | 5 | 16 | 59 | 37 |
| Octal | 362 | 163 | 51 | 0 | 64 | 123 | 5 | 26 | 131 | 67 |
| Binary | 11110010 | 1110011 | 101001 | 0 | 110100 | 1010011 | 101 | 10110 | 1011001 | 110111 |
Color Harmonies of #F27329
Complementary color
Monochromatic Colors of #F27329
Black with #F27329
Text Example
Text Example
White with #F27329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27329; }
p { color: rgb(242,115,41); }
H1.HeaderClassName
{
color: #F27329;
}
.AnyTagClassName
{
color: #F27329;
}
</style>
background-color css
<style>
a { background-color: #F27329; }
a { background-color: rgb(242,115,41); }
div.DivClassName
{
background-color: #F27329;
}
.BgClassName
{
background-color: #F27329;
}
</style>
border-color css
<style>
span { border-color: #F27329; }
span { border-color: rgb(242,115,41); }
td.TdClassName
{
border-color: #F27329;
}
.TagClassName
{
border-color: #F27329;
}
</style>