Shades of Burnt Orange #F1742F
Tints of Burnt Orange #F1742F
RGB
CMYK
RGB Variations
Color information
#F1742F (or 0xF1742F) is known color: Burnt Orange. HEX triplet: F1, 74 and 2F. RGB value is (241,116,47). Sum of RGB (Red+Green+Blue) = 241+116+47=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1742F is #0E8BD0. Grayscale: #919191. Windows color (decimal): -953297 or 3110129. OLE color: 3110129.
HSL color Cylindrical-coordinate representation of color #F1742F: hue angle of 21.34º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1742F is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 47 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.05 |
| HSL | 21.34º | 0.87% | 0.56% | - |
| HSV(B) | 21.34º | 0.8% | 0.95% | - |
| XYZ | 43.03 | 31.4 | 6.48 | - |
| YUV | 145.51 | 72.41 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 47 | 0 | 0.52 | 0.80 | 0.05 | 21.34 | 0.87 | 0.56 |
| Hex | F1 | 74 | 2F | 0 | 34 | 50 | 5 | 15 | 57 | 38 |
| Octal | 361 | 164 | 57 | 0 | 64 | 120 | 5 | 25 | 127 | 70 |
| Binary | 11110001 | 1110100 | 101111 | 0 | 110100 | 1010000 | 101 | 10101 | 1010111 | 111000 |
Color Harmonies of #F1742F
Complementary color
Monochromatic Colors of #F1742F
Black with #F1742F
Text Example
Text Example
White with #F1742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1742F; }
p { color: rgb(241,116,47); }
H1.HeaderClassName
{
color: #F1742F;
}
.AnyTagClassName
{
color: #F1742F;
}
</style>
background-color css
<style>
a { background-color: #F1742F; }
a { background-color: rgb(241,116,47); }
div.DivClassName
{
background-color: #F1742F;
}
.BgClassName
{
background-color: #F1742F;
}
</style>
border-color css
<style>
span { border-color: #F1742F; }
span { border-color: rgb(241,116,47); }
td.TdClassName
{
border-color: #F1742F;
}
.TagClassName
{
border-color: #F1742F;
}
</style>