Shades of Burnt Orange #F17033
Tints of Burnt Orange #F17033
RGB
CMYK
RGB Variations
Color information
#F17033 (or 0xF17033) is known color: Burnt Orange. HEX triplet: F1, 70 and 33. RGB value is (241,112,51). Sum of RGB (Red+Green+Blue) = 241+112+51=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F17033 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17033 is #0E8FCC. Grayscale: #8F8F8F. Windows color (decimal): -954317 or 3371249. OLE color: 3371249.
HSL color Cylindrical-coordinate representation of color #F17033: hue angle of 19.26º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F17033 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 51 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.05 |
| HSL | 19.26º | 0.87% | 0.57% | - |
| HSV(B) | 19.26º | 0.79% | 0.95% | - |
| XYZ | 42.67 | 30.53 | 6.78 | - |
| YUV | 143.62 | 75.74 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 51 | 0 | 0.54 | 0.79 | 0.05 | 19.26 | 0.87 | 0.57 |
| Hex | F1 | 70 | 33 | 0 | 36 | 4F | 5 | 13 | 57 | 39 |
| Octal | 361 | 160 | 63 | 0 | 66 | 117 | 5 | 23 | 127 | 71 |
| Binary | 11110001 | 1110000 | 110011 | 0 | 110110 | 1001111 | 101 | 10011 | 1010111 | 111001 |
Color Harmonies of #F17033
Complementary color
Monochromatic Colors of #F17033
Black with #F17033
Text Example
Text Example
White with #F17033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17033; }
p { color: rgb(241,112,51); }
H1.HeaderClassName
{
color: #F17033;
}
.AnyTagClassName
{
color: #F17033;
}
</style>
background-color css
<style>
a { background-color: #F17033; }
a { background-color: rgb(241,112,51); }
div.DivClassName
{
background-color: #F17033;
}
.BgClassName
{
background-color: #F17033;
}
</style>
border-color css
<style>
span { border-color: #F17033; }
span { border-color: rgb(241,112,51); }
td.TdClassName
{
border-color: #F17033;
}
.TagClassName
{
border-color: #F17033;
}
</style>