Shades of Burnt Orange #F96E31
Tints of Burnt Orange #F96E31
RGB
CMYK
RGB Variations
Color information
#F96E31 (or 0xF96E31) is known color: Burnt Orange. HEX triplet: F9, 6E and 31. RGB value is (249,110,49). Sum of RGB (Red+Green+Blue) = 249+110+49=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E31 is #0691CE. Grayscale: #909090. Windows color (decimal): -430543 or 3239673. OLE color: 3239673.
HSL color Cylindrical-coordinate representation of color #F96E31: hue angle of 18.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F96E31 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 49 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.02 |
| HSL | 18.3º | 0.94% | 0.58% | - |
| HSV(B) | 18.3º | 0.8% | 0.98% | - |
| XYZ | 45.2 | 31.51 | 6.61 | - |
| YUV | 144.61 | 74.05 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 49 | 0 | 0.56 | 0.80 | 0.02 | 18.3 | 0.94 | 0.58 |
| Hex | F9 | 6E | 31 | 0 | 38 | 50 | 2 | 12 | 5E | 3A |
| Octal | 371 | 156 | 61 | 0 | 70 | 120 | 2 | 22 | 136 | 72 |
| Binary | 11111001 | 1101110 | 110001 | 0 | 111000 | 1010000 | 10 | 10010 | 1011110 | 111010 |
Color Harmonies of #F96E31
Complementary color
Monochromatic Colors of #F96E31
Black with #F96E31
Text Example
Text Example
White with #F96E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E31; }
p { color: rgb(249,110,49); }
H1.HeaderClassName
{
color: #F96E31;
}
.AnyTagClassName
{
color: #F96E31;
}
</style>
background-color css
<style>
a { background-color: #F96E31; }
a { background-color: rgb(249,110,49); }
div.DivClassName
{
background-color: #F96E31;
}
.BgClassName
{
background-color: #F96E31;
}
</style>
border-color css
<style>
span { border-color: #F96E31; }
span { border-color: rgb(249,110,49); }
td.TdClassName
{
border-color: #F96E31;
}
.TagClassName
{
border-color: #F96E31;
}
</style>