Shades of Burnt Orange #F96A32
Tints of Burnt Orange #F96A32
RGB
CMYK
RGB Variations
Color information
#F96A32 (or 0xF96A32) is known color: Burnt Orange. HEX triplet: F9, 6A and 32. RGB value is (249,106,50). Sum of RGB (Red+Green+Blue) = 249+106+50=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A32 is #0695CD. Grayscale: #8E8E8E. Windows color (decimal): -431566 or 3304185. OLE color: 3304185.
HSL color Cylindrical-coordinate representation of color #F96A32: hue angle of 16.88º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F96A32 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 50 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.02 |
| HSL | 16.88º | 0.94% | 0.59% | - |
| HSV(B) | 16.88º | 0.8% | 0.98% | - |
| XYZ | 44.8 | 30.68 | 6.58 | - |
| YUV | 142.37 | 75.88 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 50 | 0 | 0.57 | 0.80 | 0.02 | 16.88 | 0.94 | 0.59 |
| Hex | F9 | 6A | 32 | 0 | 39 | 50 | 2 | 11 | 5E | 3B |
| Octal | 371 | 152 | 62 | 0 | 71 | 120 | 2 | 21 | 136 | 73 |
| Binary | 11111001 | 1101010 | 110010 | 0 | 111001 | 1010000 | 10 | 10001 | 1011110 | 111011 |
Color Harmonies of #F96A32
Complementary color
Monochromatic Colors of #F96A32
Black with #F96A32
Text Example
Text Example
White with #F96A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A32; }
p { color: rgb(249,106,50); }
H1.HeaderClassName
{
color: #F96A32;
}
.AnyTagClassName
{
color: #F96A32;
}
</style>
background-color css
<style>
a { background-color: #F96A32; }
a { background-color: rgb(249,106,50); }
div.DivClassName
{
background-color: #F96A32;
}
.BgClassName
{
background-color: #F96A32;
}
</style>
border-color css
<style>
span { border-color: #F96A32; }
span { border-color: rgb(249,106,50); }
td.TdClassName
{
border-color: #F96A32;
}
.TagClassName
{
border-color: #F96A32;
}
</style>