Shades of Burnt Orange #F96A31
Tints of Burnt Orange #F96A31
RGB
CMYK
RGB Variations
Color information
#F96A31 (or 0xF96A31) is known color: Burnt Orange. HEX triplet: F9, 6A and 31. RGB value is (249,106,49). Sum of RGB (Red+Green+Blue) = 249+106+49=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A31 is #0695CE. Grayscale: #8E8E8E. Windows color (decimal): -431567 or 3238649. OLE color: 3238649.
HSL color Cylindrical-coordinate representation of color #F96A31: hue angle of 17.1º 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 #F96A31 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 49 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.02 |
| HSL | 17.1º | 0.94% | 0.58% | - |
| HSV(B) | 17.1º | 0.8% | 0.98% | - |
| XYZ | 44.78 | 30.67 | 6.47 | - |
| YUV | 142.26 | 75.38 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 49 | 0 | 0.57 | 0.80 | 0.02 | 17.1 | 0.94 | 0.58 |
| Hex | F9 | 6A | 31 | 0 | 39 | 50 | 2 | 11 | 5E | 3A |
| Octal | 371 | 152 | 61 | 0 | 71 | 120 | 2 | 21 | 136 | 72 |
| Binary | 11111001 | 1101010 | 110001 | 0 | 111001 | 1010000 | 10 | 10001 | 1011110 | 111010 |
Color Harmonies of #F96A31
Complementary color
Monochromatic Colors of #F96A31
Black with #F96A31
Text Example
Text Example
White with #F96A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A31; }
p { color: rgb(249,106,49); }
H1.HeaderClassName
{
color: #F96A31;
}
.AnyTagClassName
{
color: #F96A31;
}
</style>
background-color css
<style>
a { background-color: #F96A31; }
a { background-color: rgb(249,106,49); }
div.DivClassName
{
background-color: #F96A31;
}
.BgClassName
{
background-color: #F96A31;
}
</style>
border-color css
<style>
span { border-color: #F96A31; }
span { border-color: rgb(249,106,49); }
td.TdClassName
{
border-color: #F96A31;
}
.TagClassName
{
border-color: #F96A31;
}
</style>