Shades of Burnt Orange #F1752B
Tints of Burnt Orange #F1752B
RGB
CMYK
RGB Variations
Color information
#F1752B (or 0xF1752B) is known color: Burnt Orange. HEX triplet: F1, 75 and 2B. RGB value is (241,117,43). Sum of RGB (Red+Green+Blue) = 241+117+43=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1752B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1752B is #0E8AD4. Grayscale: #929292. Windows color (decimal): -953045 or 2848241. OLE color: 2848241.
HSL color Cylindrical-coordinate representation of color #F1752B: hue angle of 22.42º 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 #F1752B is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 43 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.05 |
| HSL | 22.42º | 0.88% | 0.56% | - |
| HSV(B) | 22.42º | 0.82% | 0.95% | - |
| XYZ | 43.07 | 31.6 | 6.11 | - |
| YUV | 145.64 | 70.08 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 43 | 0 | 0.51 | 0.82 | 0.05 | 22.42 | 0.88 | 0.56 |
| Hex | F1 | 75 | 2B | 0 | 33 | 52 | 5 | 16 | 58 | 38 |
| Octal | 361 | 165 | 53 | 0 | 63 | 122 | 5 | 26 | 130 | 70 |
| Binary | 11110001 | 1110101 | 101011 | 0 | 110011 | 1010010 | 101 | 10110 | 1011000 | 111000 |
Color Harmonies of #F1752B
Complementary color
Monochromatic Colors of #F1752B
Black with #F1752B
Text Example
Text Example
White with #F1752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1752B; }
p { color: rgb(241,117,43); }
H1.HeaderClassName
{
color: #F1752B;
}
.AnyTagClassName
{
color: #F1752B;
}
</style>
background-color css
<style>
a { background-color: #F1752B; }
a { background-color: rgb(241,117,43); }
div.DivClassName
{
background-color: #F1752B;
}
.BgClassName
{
background-color: #F1752B;
}
</style>
border-color css
<style>
span { border-color: #F1752B; }
span { border-color: rgb(241,117,43); }
td.TdClassName
{
border-color: #F1752B;
}
.TagClassName
{
border-color: #F1752B;
}
</style>