Shades of Burnt Orange #F1742B
Tints of Burnt Orange #F1742B
RGB
CMYK
RGB Variations
Color information
#F1742B (or 0xF1742B) is known color: Burnt Orange. HEX triplet: F1, 74 and 2B. RGB value is (241,116,43). Sum of RGB (Red+Green+Blue) = 241+116+43=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1742B is #0E8BD4. Grayscale: #919191. Windows color (decimal): -953301 or 2847985. OLE color: 2847985.
HSL color Cylindrical-coordinate representation of color #F1742B: hue angle of 22.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1742B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.05 |
| HSL | 22.12º | 0.88% | 0.56% | - |
| HSV(B) | 22.12º | 0.82% | 0.95% | - |
| XYZ | 42.96 | 31.37 | 6.08 | - |
| YUV | 145.05 | 70.41 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 43 | 0 | 0.52 | 0.82 | 0.05 | 22.12 | 0.88 | 0.56 |
| Hex | F1 | 74 | 2B | 0 | 34 | 52 | 5 | 16 | 58 | 38 |
| Octal | 361 | 164 | 53 | 0 | 64 | 122 | 5 | 26 | 130 | 70 |
| Binary | 11110001 | 1110100 | 101011 | 0 | 110100 | 1010010 | 101 | 10110 | 1011000 | 111000 |
Color Harmonies of #F1742B
Complementary color
Monochromatic Colors of #F1742B
Black with #F1742B
Text Example
Text Example
White with #F1742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1742B; }
p { color: rgb(241,116,43); }
H1.HeaderClassName
{
color: #F1742B;
}
.AnyTagClassName
{
color: #F1742B;
}
</style>
background-color css
<style>
a { background-color: #F1742B; }
a { background-color: rgb(241,116,43); }
div.DivClassName
{
background-color: #F1742B;
}
.BgClassName
{
background-color: #F1742B;
}
</style>
border-color css
<style>
span { border-color: #F1742B; }
span { border-color: rgb(241,116,43); }
td.TdClassName
{
border-color: #F1742B;
}
.TagClassName
{
border-color: #F1742B;
}
</style>