Shades of Burnt Orange #F96C36
Tints of Burnt Orange #F96C36
RGB
CMYK
RGB Variations
Color information
#F96C36 (or 0xF96C36) is known color: Burnt Orange. HEX triplet: F9, 6C and 36. RGB value is (249,108,54). Sum of RGB (Red+Green+Blue) = 249+108+54=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C36 is #0693C9. Grayscale: #909090. Windows color (decimal): -431050 or 3566841. OLE color: 3566841.
HSL color Cylindrical-coordinate representation of color #F96C36: hue angle of 16.62º 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 #F96C36 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 54 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.02 |
| HSL | 16.62º | 0.94% | 0.59% | - |
| HSV(B) | 16.62º | 0.78% | 0.98% | - |
| XYZ | 45.1 | 31.13 | 7.12 | - |
| YUV | 144 | 77.21 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 54 | 0 | 0.57 | 0.78 | 0.02 | 16.62 | 0.94 | 0.59 |
| Hex | F9 | 6C | 36 | 0 | 39 | 4E | 2 | 11 | 5E | 3B |
| Octal | 371 | 154 | 66 | 0 | 71 | 116 | 2 | 21 | 136 | 73 |
| Binary | 11111001 | 1101100 | 110110 | 0 | 111001 | 1001110 | 10 | 10001 | 1011110 | 111011 |
Color Harmonies of #F96C36
Complementary color
Monochromatic Colors of #F96C36
Black with #F96C36
Text Example
Text Example
White with #F96C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C36; }
p { color: rgb(249,108,54); }
H1.HeaderClassName
{
color: #F96C36;
}
.AnyTagClassName
{
color: #F96C36;
}
</style>
background-color css
<style>
a { background-color: #F96C36; }
a { background-color: rgb(249,108,54); }
div.DivClassName
{
background-color: #F96C36;
}
.BgClassName
{
background-color: #F96C36;
}
</style>
border-color css
<style>
span { border-color: #F96C36; }
span { border-color: rgb(249,108,54); }
td.TdClassName
{
border-color: #F96C36;
}
.TagClassName
{
border-color: #F96C36;
}
</style>