Shades of Burnt Orange #F97242
Tints of Burnt Orange #F97242
RGB
CMYK
RGB Variations
Color information
#F97242 (or 0xF97242) is known color: Burnt Orange. HEX triplet: F9, 72 and 42. RGB value is (249,114,66). Sum of RGB (Red+Green+Blue) = 249+114+66=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F97242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97242 is #068DBD. Grayscale: #959595. Windows color (decimal): -429502 or 4354809. OLE color: 4354809.
HSL color Cylindrical-coordinate representation of color #F97242: hue angle of 15.74º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F97242 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 66 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.02 |
| HSL | 15.74º | 0.94% | 0.62% | - |
| HSV(B) | 15.74º | 0.73% | 0.98% | - |
| XYZ | 46.07 | 32.57 | 9.01 | - |
| YUV | 148.89 | 81.23 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 66 | 0 | 0.54 | 0.73 | 0.02 | 15.74 | 0.94 | 0.62 |
| Hex | F9 | 72 | 42 | 0 | 36 | 49 | 2 | 10 | 5E | 3E |
| Octal | 371 | 162 | 102 | 0 | 66 | 111 | 2 | 20 | 136 | 76 |
| Binary | 11111001 | 1110010 | 1000010 | 0 | 110110 | 1001001 | 10 | 10000 | 1011110 | 111110 |
Color Harmonies of #F97242
Complementary color
Monochromatic Colors of #F97242
Black with #F97242
Text Example
Text Example
White with #F97242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97242; }
p { color: rgb(249,114,66); }
H1.HeaderClassName
{
color: #F97242;
}
.AnyTagClassName
{
color: #F97242;
}
</style>
background-color css
<style>
a { background-color: #F97242; }
a { background-color: rgb(249,114,66); }
div.DivClassName
{
background-color: #F97242;
}
.BgClassName
{
background-color: #F97242;
}
</style>
border-color css
<style>
span { border-color: #F97242; }
span { border-color: rgb(249,114,66); }
td.TdClassName
{
border-color: #F97242;
}
.TagClassName
{
border-color: #F97242;
}
</style>