Shades of Burnt Orange #F96D32
Tints of Burnt Orange #F96D32
RGB
CMYK
RGB Variations
Color information
#F96D32 (or 0xF96D32) is known color: Burnt Orange. HEX triplet: F9, 6D and 32. RGB value is (249,109,50). Sum of RGB (Red+Green+Blue) = 249+109+50=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D32 is #0692CD. Grayscale: #909090. Windows color (decimal): -430798 or 3304953. OLE color: 3304953.
HSL color Cylindrical-coordinate representation of color #F96D32: hue angle of 17.79º 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 #F96D32 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 50 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.02 |
| HSL | 17.79º | 0.94% | 0.59% | - |
| HSV(B) | 17.79º | 0.8% | 0.98% | - |
| XYZ | 45.11 | 31.31 | 6.68 | - |
| YUV | 144.13 | 74.88 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 50 | 0 | 0.56 | 0.80 | 0.02 | 17.79 | 0.94 | 0.59 |
| Hex | F9 | 6D | 32 | 0 | 38 | 50 | 2 | 12 | 5E | 3B |
| Octal | 371 | 155 | 62 | 0 | 70 | 120 | 2 | 22 | 136 | 73 |
| Binary | 11111001 | 1101101 | 110010 | 0 | 111000 | 1010000 | 10 | 10010 | 1011110 | 111011 |
Color Harmonies of #F96D32
Complementary color
Monochromatic Colors of #F96D32
Black with #F96D32
Text Example
Text Example
White with #F96D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D32; }
p { color: rgb(249,109,50); }
H1.HeaderClassName
{
color: #F96D32;
}
.AnyTagClassName
{
color: #F96D32;
}
</style>
background-color css
<style>
a { background-color: #F96D32; }
a { background-color: rgb(249,109,50); }
div.DivClassName
{
background-color: #F96D32;
}
.BgClassName
{
background-color: #F96D32;
}
</style>
border-color css
<style>
span { border-color: #F96D32; }
span { border-color: rgb(249,109,50); }
td.TdClassName
{
border-color: #F96D32;
}
.TagClassName
{
border-color: #F96D32;
}
</style>