Shades of Burnt Orange #F96D40
Tints of Burnt Orange #F96D40
RGB
CMYK
RGB Variations
Color information
#F96D40 (or 0xF96D40) is known color: Burnt Orange. HEX triplet: F9, 6D and 40. RGB value is (249,109,64). Sum of RGB (Red+Green+Blue) = 249+109+64=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D40 is #0692BF. Grayscale: #929292. Windows color (decimal): -430784 or 4222457. OLE color: 4222457.
HSL color Cylindrical-coordinate representation of color #F96D40: hue angle of 14.59º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F96D40 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 64 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.02 |
| HSL | 14.59º | 0.94% | 0.61% | - |
| HSV(B) | 14.59º | 0.74% | 0.98% | - |
| XYZ | 45.46 | 31.45 | 8.52 | - |
| YUV | 145.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 64 | 0 | 0.56 | 0.74 | 0.02 | 14.59 | 0.94 | 0.61 |
| Hex | F9 | 6D | 40 | 0 | 38 | 4A | 2 | F | 5E | 3D |
| Octal | 371 | 155 | 100 | 0 | 70 | 112 | 2 | 17 | 136 | 75 |
| Binary | 11111001 | 1101101 | 1000000 | 0 | 111000 | 1001010 | 10 | 1111 | 1011110 | 111101 |
Color Harmonies of #F96D40
Complementary color
Monochromatic Colors of #F96D40
Black with #F96D40
Text Example
Text Example
White with #F96D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D40; }
p { color: rgb(249,109,64); }
H1.HeaderClassName
{
color: #F96D40;
}
.AnyTagClassName
{
color: #F96D40;
}
</style>
background-color css
<style>
a { background-color: #F96D40; }
a { background-color: rgb(249,109,64); }
div.DivClassName
{
background-color: #F96D40;
}
.BgClassName
{
background-color: #F96D40;
}
</style>
border-color css
<style>
span { border-color: #F96D40; }
span { border-color: rgb(249,109,64); }
td.TdClassName
{
border-color: #F96D40;
}
.TagClassName
{
border-color: #F96D40;
}
</style>