Shades of Burnt Orange #F17534
Tints of Burnt Orange #F17534
RGB
CMYK
RGB Variations
Color information
#F17534 (or 0xF17534) is known color: Burnt Orange. HEX triplet: F1, 75 and 34. RGB value is (241,117,52). Sum of RGB (Red+Green+Blue) = 241+117+52=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F17534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17534 is #0E8ACB. Grayscale: #939393. Windows color (decimal): -953036 or 3438065. OLE color: 3438065.
HSL color Cylindrical-coordinate representation of color #F17534: hue angle of 20.63º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F17534 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 52 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.05 |
| HSL | 20.63º | 0.87% | 0.57% | - |
| HSV(B) | 20.63º | 0.78% | 0.95% | - |
| XYZ | 43.26 | 31.67 | 7.08 | - |
| YUV | 146.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 52 | 0 | 0.51 | 0.78 | 0.05 | 20.63 | 0.87 | 0.57 |
| Hex | F1 | 75 | 34 | 0 | 33 | 4E | 5 | 15 | 57 | 39 |
| Octal | 361 | 165 | 64 | 0 | 63 | 116 | 5 | 25 | 127 | 71 |
| Binary | 11110001 | 1110101 | 110100 | 0 | 110011 | 1001110 | 101 | 10101 | 1010111 | 111001 |
Color Harmonies of #F17534
Complementary color
Monochromatic Colors of #F17534
Black with #F17534
Text Example
Text Example
White with #F17534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17534; }
p { color: rgb(241,117,52); }
H1.HeaderClassName
{
color: #F17534;
}
.AnyTagClassName
{
color: #F17534;
}
</style>
background-color css
<style>
a { background-color: #F17534; }
a { background-color: rgb(241,117,52); }
div.DivClassName
{
background-color: #F17534;
}
.BgClassName
{
background-color: #F17534;
}
</style>
border-color css
<style>
span { border-color: #F17534; }
span { border-color: rgb(241,117,52); }
td.TdClassName
{
border-color: #F17534;
}
.TagClassName
{
border-color: #F17534;
}
</style>