Shades of Burnt Orange #F96A36
Tints of Burnt Orange #F96A36
RGB
CMYK
RGB Variations
Color information
#F96A36 (or 0xF96A36) is known color: Burnt Orange. HEX triplet: F9, 6A and 36. RGB value is (249,106,54). Sum of RGB (Red+Green+Blue) = 249+106+54=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A36 is #0695C9. Grayscale: #8F8F8F. Windows color (decimal): -431562 or 3566329. OLE color: 3566329.
HSL color Cylindrical-coordinate representation of color #F96A36: hue angle of 16º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F96A36 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 54 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.02 |
| HSL | 16º | 0.94% | 0.59% | - |
| HSV(B) | 16º | 0.78% | 0.98% | - |
| XYZ | 44.89 | 30.71 | 7.05 | - |
| YUV | 142.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 54 | 0 | 0.57 | 0.78 | 0.02 | 16 | 0.94 | 0.59 |
| Hex | F9 | 6A | 36 | 0 | 39 | 4E | 2 | 10 | 5E | 3B |
| Octal | 371 | 152 | 66 | 0 | 71 | 116 | 2 | 20 | 136 | 73 |
| Binary | 11111001 | 1101010 | 110110 | 0 | 111001 | 1001110 | 10 | 10000 | 1011110 | 111011 |
Color Harmonies of #F96A36
Complementary color
Monochromatic Colors of #F96A36
Black with #F96A36
Text Example
Text Example
White with #F96A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A36; }
p { color: rgb(249,106,54); }
H1.HeaderClassName
{
color: #F96A36;
}
.AnyTagClassName
{
color: #F96A36;
}
</style>
background-color css
<style>
a { background-color: #F96A36; }
a { background-color: rgb(249,106,54); }
div.DivClassName
{
background-color: #F96A36;
}
.BgClassName
{
background-color: #F96A36;
}
</style>
border-color css
<style>
span { border-color: #F96A36; }
span { border-color: rgb(249,106,54); }
td.TdClassName
{
border-color: #F96A36;
}
.TagClassName
{
border-color: #F96A36;
}
</style>