Shades of Burnt Orange #F96C37
Tints of Burnt Orange #F96C37
RGB
CMYK
RGB Variations
Color information
#F96C37 (or 0xF96C37) is known color: Burnt Orange. HEX triplet: F9, 6C and 37. RGB value is (249,108,55). Sum of RGB (Red+Green+Blue) = 249+108+55=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C37 is #0693C8. Grayscale: #909090. Windows color (decimal): -431049 or 3632377. OLE color: 3632377.
HSL color Cylindrical-coordinate representation of color #F96C37: hue angle of 16.39º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F96C37 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 55 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.02 |
| HSL | 16.39º | 0.94% | 0.6% | - |
| HSV(B) | 16.39º | 0.78% | 0.98% | - |
| XYZ | 45.12 | 31.14 | 7.25 | - |
| YUV | 144.12 | 77.71 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 55 | 0 | 0.57 | 0.78 | 0.02 | 16.39 | 0.94 | 0.6 |
| Hex | F9 | 6C | 37 | 0 | 39 | 4E | 2 | 10 | 5E | 3C |
| Octal | 371 | 154 | 67 | 0 | 71 | 116 | 2 | 20 | 136 | 74 |
| Binary | 11111001 | 1101100 | 110111 | 0 | 111001 | 1001110 | 10 | 10000 | 1011110 | 111100 |
Color Harmonies of #F96C37
Complementary color
Monochromatic Colors of #F96C37
Black with #F96C37
Text Example
Text Example
White with #F96C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C37; }
p { color: rgb(249,108,55); }
H1.HeaderClassName
{
color: #F96C37;
}
.AnyTagClassName
{
color: #F96C37;
}
</style>
background-color css
<style>
a { background-color: #F96C37; }
a { background-color: rgb(249,108,55); }
div.DivClassName
{
background-color: #F96C37;
}
.BgClassName
{
background-color: #F96C37;
}
</style>
border-color css
<style>
span { border-color: #F96C37; }
span { border-color: rgb(249,108,55); }
td.TdClassName
{
border-color: #F96C37;
}
.TagClassName
{
border-color: #F96C37;
}
</style>