Shades of Burnt Orange #F96E26
Tints of Burnt Orange #F96E26
RGB
CMYK
RGB Variations
Color information
#F96E26 (or 0xF96E26) is known color: Burnt Orange. HEX triplet: F9, 6E and 26. RGB value is (249,110,38). Sum of RGB (Red+Green+Blue) = 249+110+38=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E26 is #0691D9. Grayscale: #8F8F8F. Windows color (decimal): -430554 or 2518777. OLE color: 2518777.
HSL color Cylindrical-coordinate representation of color #F96E26: hue angle of 20.47º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F96E26 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 38 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.02 |
| HSL | 20.47º | 0.95% | 0.56% | - |
| HSV(B) | 20.47º | 0.85% | 0.98% | - |
| XYZ | 44.99 | 31.43 | 5.53 | - |
| YUV | 143.35 | 68.55 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 38 | 0 | 0.56 | 0.85 | 0.02 | 20.47 | 0.95 | 0.56 |
| Hex | F9 | 6E | 26 | 0 | 38 | 55 | 2 | 14 | 5F | 38 |
| Octal | 371 | 156 | 46 | 0 | 70 | 125 | 2 | 24 | 137 | 70 |
| Binary | 11111001 | 1101110 | 100110 | 0 | 111000 | 1010101 | 10 | 10100 | 1011111 | 111000 |
Color Harmonies of #F96E26
Complementary color
Monochromatic Colors of #F96E26
Black with #F96E26
Text Example
Text Example
White with #F96E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E26; }
p { color: rgb(249,110,38); }
H1.HeaderClassName
{
color: #F96E26;
}
.AnyTagClassName
{
color: #F96E26;
}
</style>
background-color css
<style>
a { background-color: #F96E26; }
a { background-color: rgb(249,110,38); }
div.DivClassName
{
background-color: #F96E26;
}
.BgClassName
{
background-color: #F96E26;
}
</style>
border-color css
<style>
span { border-color: #F96E26; }
span { border-color: rgb(249,110,38); }
td.TdClassName
{
border-color: #F96E26;
}
.TagClassName
{
border-color: #F96E26;
}
</style>