Shades of Burnt Orange #F97441
Tints of Burnt Orange #F97441
RGB
CMYK
RGB Variations
Color information
#F97441 (or 0xF97441) is known color: Burnt Orange. HEX triplet: F9, 74 and 41. RGB value is (249,116,65). Sum of RGB (Red+Green+Blue) = 249+116+65=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F97441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97441 is #068BBE. Grayscale: #969696. Windows color (decimal): -428991 or 4289785. OLE color: 4289785.
HSL color Cylindrical-coordinate representation of color #F97441: hue angle of 16.63º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F97441 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 65 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.02 |
| HSL | 16.63º | 0.94% | 0.62% | - |
| HSV(B) | 16.63º | 0.74% | 0.98% | - |
| XYZ | 46.27 | 33.01 | 8.93 | - |
| YUV | 149.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 65 | 0 | 0.53 | 0.74 | 0.02 | 16.63 | 0.94 | 0.62 |
| Hex | F9 | 74 | 41 | 0 | 35 | 4A | 2 | 11 | 5E | 3E |
| Octal | 371 | 164 | 101 | 0 | 65 | 112 | 2 | 21 | 136 | 76 |
| Binary | 11111001 | 1110100 | 1000001 | 0 | 110101 | 1001010 | 10 | 10001 | 1011110 | 111110 |
Color Harmonies of #F97441
Complementary color
Monochromatic Colors of #F97441
Black with #F97441
Text Example
Text Example
White with #F97441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97441; }
p { color: rgb(249,116,65); }
H1.HeaderClassName
{
color: #F97441;
}
.AnyTagClassName
{
color: #F97441;
}
</style>
background-color css
<style>
a { background-color: #F97441; }
a { background-color: rgb(249,116,65); }
div.DivClassName
{
background-color: #F97441;
}
.BgClassName
{
background-color: #F97441;
}
</style>
border-color css
<style>
span { border-color: #F97441; }
span { border-color: rgb(249,116,65); }
td.TdClassName
{
border-color: #F97441;
}
.TagClassName
{
border-color: #F97441;
}
</style>