Shades of Burnt Orange #F17029
Tints of Burnt Orange #F17029
RGB
CMYK
RGB Variations
Color information
#F17029 (or 0xF17029) is known color: Burnt Orange. HEX triplet: F1, 70 and 29. RGB value is (241,112,41). Sum of RGB (Red+Green+Blue) = 241+112+41=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F17029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17029 is #0E8FD6. Grayscale: #8E8E8E. Windows color (decimal): -954327 or 2715889. OLE color: 2715889.
HSL color Cylindrical-coordinate representation of color #F17029: hue angle of 21.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F17029 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 41 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.05 |
| HSL | 21.3º | 0.88% | 0.55% | - |
| HSV(B) | 21.3º | 0.83% | 0.95% | - |
| XYZ | 42.47 | 30.45 | 5.74 | - |
| YUV | 142.48 | 70.74 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 41 | 0 | 0.54 | 0.83 | 0.05 | 21.3 | 0.88 | 0.55 |
| Hex | F1 | 70 | 29 | 0 | 36 | 53 | 5 | 15 | 58 | 37 |
| Octal | 361 | 160 | 51 | 0 | 66 | 123 | 5 | 25 | 130 | 67 |
| Binary | 11110001 | 1110000 | 101001 | 0 | 110110 | 1010011 | 101 | 10101 | 1011000 | 110111 |
Color Harmonies of #F17029
Complementary color
Monochromatic Colors of #F17029
Black with #F17029
Text Example
Text Example
White with #F17029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17029; }
p { color: rgb(241,112,41); }
H1.HeaderClassName
{
color: #F17029;
}
.AnyTagClassName
{
color: #F17029;
}
</style>
background-color css
<style>
a { background-color: #F17029; }
a { background-color: rgb(241,112,41); }
div.DivClassName
{
background-color: #F17029;
}
.BgClassName
{
background-color: #F17029;
}
</style>
border-color css
<style>
span { border-color: #F17029; }
span { border-color: rgb(241,112,41); }
td.TdClassName
{
border-color: #F17029;
}
.TagClassName
{
border-color: #F17029;
}
</style>