Shades of Burnt Orange #F27031
Tints of Burnt Orange #F27031
RGB
CMYK
RGB Variations
Color information
#F27031 (or 0xF27031) is known color: Burnt Orange. HEX triplet: F2, 70 and 31. RGB value is (242,112,49). Sum of RGB (Red+Green+Blue) = 242+112+49=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F27031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27031 is #0D8FCE. Grayscale: #909090. Windows color (decimal): -888783 or 3240178. OLE color: 3240178.
HSL color Cylindrical-coordinate representation of color #F27031: hue angle of 19.59º 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 #F27031 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 49 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.05 |
| HSL | 19.59º | 0.88% | 0.57% | - |
| HSV(B) | 19.59º | 0.8% | 0.95% | - |
| XYZ | 42.97 | 30.69 | 6.56 | - |
| YUV | 143.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 49 | 0 | 0.54 | 0.80 | 0.05 | 19.59 | 0.88 | 0.57 |
| Hex | F2 | 70 | 31 | 0 | 36 | 50 | 5 | 14 | 58 | 39 |
| Octal | 362 | 160 | 61 | 0 | 66 | 120 | 5 | 24 | 130 | 71 |
| Binary | 11110010 | 1110000 | 110001 | 0 | 110110 | 1010000 | 101 | 10100 | 1011000 | 111001 |
Color Harmonies of #F27031
Complementary color
Monochromatic Colors of #F27031
Black with #F27031
Text Example
Text Example
White with #F27031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27031; }
p { color: rgb(242,112,49); }
H1.HeaderClassName
{
color: #F27031;
}
.AnyTagClassName
{
color: #F27031;
}
</style>
background-color css
<style>
a { background-color: #F27031; }
a { background-color: rgb(242,112,49); }
div.DivClassName
{
background-color: #F27031;
}
.BgClassName
{
background-color: #F27031;
}
</style>
border-color css
<style>
span { border-color: #F27031; }
span { border-color: rgb(242,112,49); }
td.TdClassName
{
border-color: #F27031;
}
.TagClassName
{
border-color: #F27031;
}
</style>