Shades of Burnt Orange #F17030
Tints of Burnt Orange #F17030
RGB
CMYK
RGB Variations
Color information
#F17030 (or 0xF17030) is known color: Burnt Orange. HEX triplet: F1, 70 and 30. RGB value is (241,112,48). Sum of RGB (Red+Green+Blue) = 241+112+48=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F17030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17030 is #0E8FCF. Grayscale: #8F8F8F. Windows color (decimal): -954320 or 3174641. OLE color: 3174641.
HSL color Cylindrical-coordinate representation of color #F17030: hue angle of 19.9º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F17030 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 48 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.05 |
| HSL | 19.9º | 0.87% | 0.57% | - |
| HSV(B) | 19.9º | 0.8% | 0.95% | - |
| XYZ | 42.6 | 30.5 | 6.44 | - |
| YUV | 143.28 | 74.24 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 48 | 0 | 0.54 | 0.80 | 0.05 | 19.9 | 0.87 | 0.57 |
| Hex | F1 | 70 | 30 | 0 | 36 | 50 | 5 | 14 | 57 | 39 |
| Octal | 361 | 160 | 60 | 0 | 66 | 120 | 5 | 24 | 127 | 71 |
| Binary | 11110001 | 1110000 | 110000 | 0 | 110110 | 1010000 | 101 | 10100 | 1010111 | 111001 |
Color Harmonies of #F17030
Complementary color
Monochromatic Colors of #F17030
Black with #F17030
Text Example
Text Example
White with #F17030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17030; }
p { color: rgb(241,112,48); }
H1.HeaderClassName
{
color: #F17030;
}
.AnyTagClassName
{
color: #F17030;
}
</style>
background-color css
<style>
a { background-color: #F17030; }
a { background-color: rgb(241,112,48); }
div.DivClassName
{
background-color: #F17030;
}
.BgClassName
{
background-color: #F17030;
}
</style>
border-color css
<style>
span { border-color: #F17030; }
span { border-color: rgb(241,112,48); }
td.TdClassName
{
border-color: #F17030;
}
.TagClassName
{
border-color: #F17030;
}
</style>