Shades of Burnt Orange #F27431
Tints of Burnt Orange #F27431
RGB
CMYK
RGB Variations
Color information
#F27431 (or 0xF27431) is known color: Burnt Orange. HEX triplet: F2, 74 and 31. RGB value is (242,116,49). Sum of RGB (Red+Green+Blue) = 242+116+49=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F27431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27431 is #0D8BCE. Grayscale: #929292. Windows color (decimal): -887759 or 3241202. OLE color: 3241202.
HSL color Cylindrical-coordinate representation of color #F27431: hue angle of 20.83º 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 #F27431 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 49 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.05 |
| HSL | 20.83º | 0.88% | 0.57% | - |
| HSV(B) | 20.83º | 0.8% | 0.95% | - |
| XYZ | 43.42 | 31.59 | 6.71 | - |
| YUV | 146.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 49 | 0 | 0.52 | 0.80 | 0.05 | 20.83 | 0.88 | 0.57 |
| Hex | F2 | 74 | 31 | 0 | 34 | 50 | 5 | 15 | 58 | 39 |
| Octal | 362 | 164 | 61 | 0 | 64 | 120 | 5 | 25 | 130 | 71 |
| Binary | 11110010 | 1110100 | 110001 | 0 | 110100 | 1010000 | 101 | 10101 | 1011000 | 111001 |
Color Harmonies of #F27431
Complementary color
Monochromatic Colors of #F27431
Black with #F27431
Text Example
Text Example
White with #F27431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27431; }
p { color: rgb(242,116,49); }
H1.HeaderClassName
{
color: #F27431;
}
.AnyTagClassName
{
color: #F27431;
}
</style>
background-color css
<style>
a { background-color: #F27431; }
a { background-color: rgb(242,116,49); }
div.DivClassName
{
background-color: #F27431;
}
.BgClassName
{
background-color: #F27431;
}
</style>
border-color css
<style>
span { border-color: #F27431; }
span { border-color: rgb(242,116,49); }
td.TdClassName
{
border-color: #F27431;
}
.TagClassName
{
border-color: #F27431;
}
</style>