Shades of Burnt Orange #F27030
Tints of Burnt Orange #F27030
RGB
CMYK
RGB Variations
Color information
#F27030 (or 0xF27030) is known color: Burnt Orange. HEX triplet: F2, 70 and 30. RGB value is (242,112,48). Sum of RGB (Red+Green+Blue) = 242+112+48=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F27030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27030 is #0D8FCF. Grayscale: #8F8F8F. Windows color (decimal): -888784 or 3174642. OLE color: 3174642.
HSL color Cylindrical-coordinate representation of color #F27030: hue angle of 19.79º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F27030 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 48 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.05 |
| HSL | 19.79º | 0.88% | 0.57% | - |
| HSV(B) | 19.79º | 0.8% | 0.95% | - |
| XYZ | 42.95 | 30.68 | 6.45 | - |
| YUV | 143.57 | 74.07 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 48 | 0 | 0.54 | 0.80 | 0.05 | 19.79 | 0.88 | 0.57 |
| Hex | F2 | 70 | 30 | 0 | 36 | 50 | 5 | 14 | 58 | 39 |
| Octal | 362 | 160 | 60 | 0 | 66 | 120 | 5 | 24 | 130 | 71 |
| Binary | 11110010 | 1110000 | 110000 | 0 | 110110 | 1010000 | 101 | 10100 | 1011000 | 111001 |
Color Harmonies of #F27030
Complementary color
Monochromatic Colors of #F27030
Black with #F27030
Text Example
Text Example
White with #F27030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27030; }
p { color: rgb(242,112,48); }
H1.HeaderClassName
{
color: #F27030;
}
.AnyTagClassName
{
color: #F27030;
}
</style>
background-color css
<style>
a { background-color: #F27030; }
a { background-color: rgb(242,112,48); }
div.DivClassName
{
background-color: #F27030;
}
.BgClassName
{
background-color: #F27030;
}
</style>
border-color css
<style>
span { border-color: #F27030; }
span { border-color: rgb(242,112,48); }
td.TdClassName
{
border-color: #F27030;
}
.TagClassName
{
border-color: #F27030;
}
</style>