Shades of Burnt Orange #F96E37
Tints of Burnt Orange #F96E37
RGB
CMYK
RGB Variations
Color information
#F96E37 (or 0xF96E37) is known color: Burnt Orange. HEX triplet: F9, 6E and 37. RGB value is (249,110,55). Sum of RGB (Red+Green+Blue) = 249+110+55=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E37 is #0691C8. Grayscale: #919191. Windows color (decimal): -430537 or 3632889. OLE color: 3632889.
HSL color Cylindrical-coordinate representation of color #F96E37: hue angle of 17.01º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F96E37 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 55 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.02 |
| HSL | 17.01º | 0.94% | 0.6% | - |
| HSV(B) | 17.01º | 0.78% | 0.98% | - |
| XYZ | 45.33 | 31.57 | 7.32 | - |
| YUV | 145.29 | 77.05 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 55 | 0 | 0.56 | 0.78 | 0.02 | 17.01 | 0.94 | 0.6 |
| Hex | F9 | 6E | 37 | 0 | 38 | 4E | 2 | 11 | 5E | 3C |
| Octal | 371 | 156 | 67 | 0 | 70 | 116 | 2 | 21 | 136 | 74 |
| Binary | 11111001 | 1101110 | 110111 | 0 | 111000 | 1001110 | 10 | 10001 | 1011110 | 111100 |
Color Harmonies of #F96E37
Complementary color
Monochromatic Colors of #F96E37
Black with #F96E37
Text Example
Text Example
White with #F96E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E37; }
p { color: rgb(249,110,55); }
H1.HeaderClassName
{
color: #F96E37;
}
.AnyTagClassName
{
color: #F96E37;
}
</style>
background-color css
<style>
a { background-color: #F96E37; }
a { background-color: rgb(249,110,55); }
div.DivClassName
{
background-color: #F96E37;
}
.BgClassName
{
background-color: #F96E37;
}
</style>
border-color css
<style>
span { border-color: #F96E37; }
span { border-color: rgb(249,110,55); }
td.TdClassName
{
border-color: #F96E37;
}
.TagClassName
{
border-color: #F96E37;
}
</style>