Shades of Burnt Orange #F96C2C
Tints of Burnt Orange #F96C2C
RGB
CMYK
RGB Variations
Color information
#F96C2C (or 0xF96C2C) is known color: Burnt Orange. HEX triplet: F9, 6C and 2C. RGB value is (249,108,44). Sum of RGB (Red+Green+Blue) = 249+108+44=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C2C is #0693D3. Grayscale: #8F8F8F. Windows color (decimal): -431060 or 2911481. OLE color: 2911481.
HSL color Cylindrical-coordinate representation of color #F96C2C: hue angle of 18.73º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F96C2C is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 44 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.02 |
| HSL | 18.73º | 0.94% | 0.57% | - |
| HSV(B) | 18.73º | 0.82% | 0.98% | - |
| XYZ | 44.88 | 31.05 | 6.01 | - |
| YUV | 142.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 44 | 0 | 0.57 | 0.82 | 0.02 | 18.73 | 0.94 | 0.57 |
| Hex | F9 | 6C | 2C | 0 | 39 | 52 | 2 | 13 | 5E | 39 |
| Octal | 371 | 154 | 54 | 0 | 71 | 122 | 2 | 23 | 136 | 71 |
| Binary | 11111001 | 1101100 | 101100 | 0 | 111001 | 1010010 | 10 | 10011 | 1011110 | 111001 |
Color Harmonies of #F96C2C
Complementary color
Monochromatic Colors of #F96C2C
Black with #F96C2C
Text Example
Text Example
White with #F96C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C2C; }
p { color: rgb(249,108,44); }
H1.HeaderClassName
{
color: #F96C2C;
}
.AnyTagClassName
{
color: #F96C2C;
}
</style>
background-color css
<style>
a { background-color: #F96C2C; }
a { background-color: rgb(249,108,44); }
div.DivClassName
{
background-color: #F96C2C;
}
.BgClassName
{
background-color: #F96C2C;
}
</style>
border-color css
<style>
span { border-color: #F96C2C; }
span { border-color: rgb(249,108,44); }
td.TdClassName
{
border-color: #F96C2C;
}
.TagClassName
{
border-color: #F96C2C;
}
</style>