Shades of Burnt Orange #F97C2E
Tints of Burnt Orange #F97C2E
RGB
CMYK
RGB Variations
Color information
#F97C2E (or 0xF97C2E) is known color: Burnt Orange. HEX triplet: F9, 7C and 2E. RGB value is (249,124,46). Sum of RGB (Red+Green+Blue) = 249+124+46=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97C2E is #0683D1. Grayscale: #989898. Windows color (decimal): -426962 or 3046649. OLE color: 3046649.
HSL color Cylindrical-coordinate representation of color #F97C2E: hue angle of 23.05º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F97C2E is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 46 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.02 |
| HSL | 23.05º | 0.94% | 0.58% | - |
| HSV(B) | 23.05º | 0.82% | 0.98% | - |
| XYZ | 46.77 | 34.75 | 6.83 | - |
| YUV | 152.48 | 67.91 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 46 | 0 | 0.50 | 0.82 | 0.02 | 23.05 | 0.94 | 0.58 |
| Hex | F9 | 7C | 2E | 0 | 32 | 52 | 2 | 17 | 5E | 3A |
| Octal | 371 | 174 | 56 | 0 | 62 | 122 | 2 | 27 | 136 | 72 |
| Binary | 11111001 | 1111100 | 101110 | 0 | 110010 | 1010010 | 10 | 10111 | 1011110 | 111010 |
Color Harmonies of #F97C2E
Complementary color
Monochromatic Colors of #F97C2E
Black with #F97C2E
Text Example
Text Example
White with #F97C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C2E; }
p { color: rgb(249,124,46); }
H1.HeaderClassName
{
color: #F97C2E;
}
.AnyTagClassName
{
color: #F97C2E;
}
</style>
background-color css
<style>
a { background-color: #F97C2E; }
a { background-color: rgb(249,124,46); }
div.DivClassName
{
background-color: #F97C2E;
}
.BgClassName
{
background-color: #F97C2E;
}
</style>
border-color css
<style>
span { border-color: #F97C2E; }
span { border-color: rgb(249,124,46); }
td.TdClassName
{
border-color: #F97C2E;
}
.TagClassName
{
border-color: #F97C2E;
}
</style>