Shades of Burnt Orange #F96D33
Tints of Burnt Orange #F96D33
RGB
CMYK
RGB Variations
Color information
#F96D33 (or 0xF96D33) is known color: Burnt Orange. HEX triplet: F9, 6D and 33. RGB value is (249,109,51). Sum of RGB (Red+Green+Blue) = 249+109+51=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D33 is #0692CC. Grayscale: #909090. Windows color (decimal): -430797 or 3370489. OLE color: 3370489.
HSL color Cylindrical-coordinate representation of color #F96D33: hue angle of 17.58º 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 #F96D33 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 51 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.02 |
| HSL | 17.58º | 0.94% | 0.59% | - |
| HSV(B) | 17.58º | 0.8% | 0.98% | - |
| XYZ | 45.13 | 31.32 | 6.8 | - |
| YUV | 144.25 | 75.38 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 51 | 0 | 0.56 | 0.80 | 0.02 | 17.58 | 0.94 | 0.59 |
| Hex | F9 | 6D | 33 | 0 | 38 | 50 | 2 | 12 | 5E | 3B |
| Octal | 371 | 155 | 63 | 0 | 70 | 120 | 2 | 22 | 136 | 73 |
| Binary | 11111001 | 1101101 | 110011 | 0 | 111000 | 1010000 | 10 | 10010 | 1011110 | 111011 |
Color Harmonies of #F96D33
Complementary color
Monochromatic Colors of #F96D33
Black with #F96D33
Text Example
Text Example
White with #F96D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D33; }
p { color: rgb(249,109,51); }
H1.HeaderClassName
{
color: #F96D33;
}
.AnyTagClassName
{
color: #F96D33;
}
</style>
background-color css
<style>
a { background-color: #F96D33; }
a { background-color: rgb(249,109,51); }
div.DivClassName
{
background-color: #F96D33;
}
.BgClassName
{
background-color: #F96D33;
}
</style>
border-color css
<style>
span { border-color: #F96D33; }
span { border-color: rgb(249,109,51); }
td.TdClassName
{
border-color: #F96D33;
}
.TagClassName
{
border-color: #F96D33;
}
</style>