Shades of Burnt Orange #F27028
Tints of Burnt Orange #F27028
RGB
CMYK
RGB Variations
Color information
#F27028 (or 0xF27028) is known color: Burnt Orange. HEX triplet: F2, 70 and 28. RGB value is (242,112,40). Sum of RGB (Red+Green+Blue) = 242+112+40=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F27028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27028 is #0D8FD7. Grayscale: #8F8F8F. Windows color (decimal): -888792 or 2650354. OLE color: 2650354.
HSL color Cylindrical-coordinate representation of color #F27028: hue angle of 21.39º 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 #F27028 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 40 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.05 |
| HSL | 21.39º | 0.89% | 0.55% | - |
| HSV(B) | 21.39º | 0.83% | 0.95% | - |
| XYZ | 42.8 | 30.62 | 5.66 | - |
| YUV | 142.66 | 70.07 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 40 | 0 | 0.54 | 0.83 | 0.05 | 21.39 | 0.89 | 0.55 |
| Hex | F2 | 70 | 28 | 0 | 36 | 53 | 5 | 15 | 59 | 37 |
| Octal | 362 | 160 | 50 | 0 | 66 | 123 | 5 | 25 | 131 | 67 |
| Binary | 11110010 | 1110000 | 101000 | 0 | 110110 | 1010011 | 101 | 10101 | 1011001 | 110111 |
Color Harmonies of #F27028
Complementary color
Monochromatic Colors of #F27028
Black with #F27028
Text Example
Text Example
White with #F27028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27028; }
p { color: rgb(242,112,40); }
H1.HeaderClassName
{
color: #F27028;
}
.AnyTagClassName
{
color: #F27028;
}
</style>
background-color css
<style>
a { background-color: #F27028; }
a { background-color: rgb(242,112,40); }
div.DivClassName
{
background-color: #F27028;
}
.BgClassName
{
background-color: #F27028;
}
</style>
border-color css
<style>
span { border-color: #F27028; }
span { border-color: rgb(242,112,40); }
td.TdClassName
{
border-color: #F27028;
}
.TagClassName
{
border-color: #F27028;
}
</style>