Shades of Burnt Orange #F96E2C
Tints of Burnt Orange #F96E2C
RGB
CMYK
RGB Variations
Color information
#F96E2C (or 0xF96E2C) is known color: Burnt Orange. HEX triplet: F9, 6E and 2C. RGB value is (249,110,44). Sum of RGB (Red+Green+Blue) = 249+110+44=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E2C is #0691D3. Grayscale: #909090. Windows color (decimal): -430548 or 2911993. OLE color: 2911993.
HSL color Cylindrical-coordinate representation of color #F96E2C: hue angle of 19.32º 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 #F96E2C is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 44 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.02 |
| HSL | 19.32º | 0.94% | 0.57% | - |
| HSV(B) | 19.32º | 0.82% | 0.98% | - |
| XYZ | 45.1 | 31.47 | 6.08 | - |
| YUV | 144.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 44 | 0 | 0.56 | 0.82 | 0.02 | 19.32 | 0.94 | 0.57 |
| Hex | F9 | 6E | 2C | 0 | 38 | 52 | 2 | 13 | 5E | 39 |
| Octal | 371 | 156 | 54 | 0 | 70 | 122 | 2 | 23 | 136 | 71 |
| Binary | 11111001 | 1101110 | 101100 | 0 | 111000 | 1010010 | 10 | 10011 | 1011110 | 111001 |
Color Harmonies of #F96E2C
Complementary color
Monochromatic Colors of #F96E2C
Black with #F96E2C
Text Example
Text Example
White with #F96E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E2C; }
p { color: rgb(249,110,44); }
H1.HeaderClassName
{
color: #F96E2C;
}
.AnyTagClassName
{
color: #F96E2C;
}
</style>
background-color css
<style>
a { background-color: #F96E2C; }
a { background-color: rgb(249,110,44); }
div.DivClassName
{
background-color: #F96E2C;
}
.BgClassName
{
background-color: #F96E2C;
}
</style>
border-color css
<style>
span { border-color: #F96E2C; }
span { border-color: rgb(249,110,44); }
td.TdClassName
{
border-color: #F96E2C;
}
.TagClassName
{
border-color: #F96E2C;
}
</style>