Shades of Burnt Orange #F27240
Tints of Burnt Orange #F27240
RGB
CMYK
RGB Variations
Color information
#F27240 (or 0xF27240) is known color: Burnt Orange. HEX triplet: F2, 72 and 40. RGB value is (242,114,64). Sum of RGB (Red+Green+Blue) = 242+114+64=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F27240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27240 is #0D8DBF. Grayscale: #929292. Windows color (decimal): -888256 or 4223730. OLE color: 4223730.
HSL color Cylindrical-coordinate representation of color #F27240: hue angle of 16.85º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F27240 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 64 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.05 |
| HSL | 16.85º | 0.87% | 0.6% | - |
| HSV(B) | 16.85º | 0.74% | 0.95% | - |
| XYZ | 43.56 | 31.28 | 8.59 | - |
| YUV | 146.57 | 81.41 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 64 | 0 | 0.53 | 0.74 | 0.05 | 16.85 | 0.87 | 0.6 |
| Hex | F2 | 72 | 40 | 0 | 35 | 4A | 5 | 11 | 57 | 3C |
| Octal | 362 | 162 | 100 | 0 | 65 | 112 | 5 | 21 | 127 | 74 |
| Binary | 11110010 | 1110010 | 1000000 | 0 | 110101 | 1001010 | 101 | 10001 | 1010111 | 111100 |
Color Harmonies of #F27240
Complementary color
Monochromatic Colors of #F27240
Black with #F27240
Text Example
Text Example
White with #F27240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27240; }
p { color: rgb(242,114,64); }
H1.HeaderClassName
{
color: #F27240;
}
.AnyTagClassName
{
color: #F27240;
}
</style>
background-color css
<style>
a { background-color: #F27240; }
a { background-color: rgb(242,114,64); }
div.DivClassName
{
background-color: #F27240;
}
.BgClassName
{
background-color: #F27240;
}
</style>
border-color css
<style>
span { border-color: #F27240; }
span { border-color: rgb(242,114,64); }
td.TdClassName
{
border-color: #F27240;
}
.TagClassName
{
border-color: #F27240;
}
</style>