Shades of Burnt Orange #F17040
Tints of Burnt Orange #F17040
RGB
CMYK
RGB Variations
Color information
#F17040 (or 0xF17040) is known color: Burnt Orange. HEX triplet: F1, 70 and 40. RGB value is (241,112,64). Sum of RGB (Red+Green+Blue) = 241+112+64=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F17040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17040 is #0E8FBF. Grayscale: #919191. Windows color (decimal): -954304 or 4223217. OLE color: 4223217.
HSL color Cylindrical-coordinate representation of color #F17040: hue angle of 16.27º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F17040 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 64 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.05 |
| HSL | 16.27º | 0.86% | 0.6% | - |
| HSV(B) | 16.27º | 0.73% | 0.95% | - |
| XYZ | 43 | 30.66 | 8.5 | - |
| YUV | 145.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 64 | 0 | 0.54 | 0.73 | 0.05 | 16.27 | 0.86 | 0.6 |
| Hex | F1 | 70 | 40 | 0 | 36 | 49 | 5 | 10 | 56 | 3C |
| Octal | 361 | 160 | 100 | 0 | 66 | 111 | 5 | 20 | 126 | 74 |
| Binary | 11110001 | 1110000 | 1000000 | 0 | 110110 | 1001001 | 101 | 10000 | 1010110 | 111100 |
Color Harmonies of #F17040
Complementary color
Monochromatic Colors of #F17040
Black with #F17040
Text Example
Text Example
White with #F17040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17040; }
p { color: rgb(241,112,64); }
H1.HeaderClassName
{
color: #F17040;
}
.AnyTagClassName
{
color: #F17040;
}
</style>
background-color css
<style>
a { background-color: #F17040; }
a { background-color: rgb(241,112,64); }
div.DivClassName
{
background-color: #F17040;
}
.BgClassName
{
background-color: #F17040;
}
</style>
border-color css
<style>
span { border-color: #F17040; }
span { border-color: rgb(241,112,64); }
td.TdClassName
{
border-color: #F17040;
}
.TagClassName
{
border-color: #F17040;
}
</style>