Shades of Burnt Orange #F1752D
Tints of Burnt Orange #F1752D
RGB
CMYK
RGB Variations
Color information
#F1752D (or 0xF1752D) is known color: Burnt Orange. HEX triplet: F1, 75 and 2D. RGB value is (241,117,45). Sum of RGB (Red+Green+Blue) = 241+117+45=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1752D is #0E8AD2. Grayscale: #929292. Windows color (decimal): -953043 or 2979313. OLE color: 2979313.
HSL color Cylindrical-coordinate representation of color #F1752D: hue angle of 22.04º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1752D is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 45 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.05 |
| HSL | 22.04º | 0.88% | 0.56% | - |
| HSV(B) | 22.04º | 0.81% | 0.95% | - |
| XYZ | 43.11 | 31.61 | 6.31 | - |
| YUV | 145.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 45 | 0 | 0.51 | 0.81 | 0.05 | 22.04 | 0.88 | 0.56 |
| Hex | F1 | 75 | 2D | 0 | 33 | 51 | 5 | 16 | 58 | 38 |
| Octal | 361 | 165 | 55 | 0 | 63 | 121 | 5 | 26 | 130 | 70 |
| Binary | 11110001 | 1110101 | 101101 | 0 | 110011 | 1010001 | 101 | 10110 | 1011000 | 111000 |
Color Harmonies of #F1752D
Complementary color
Monochromatic Colors of #F1752D
Black with #F1752D
Text Example
Text Example
White with #F1752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1752D; }
p { color: rgb(241,117,45); }
H1.HeaderClassName
{
color: #F1752D;
}
.AnyTagClassName
{
color: #F1752D;
}
</style>
background-color css
<style>
a { background-color: #F1752D; }
a { background-color: rgb(241,117,45); }
div.DivClassName
{
background-color: #F1752D;
}
.BgClassName
{
background-color: #F1752D;
}
</style>
border-color css
<style>
span { border-color: #F1752D; }
span { border-color: rgb(241,117,45); }
td.TdClassName
{
border-color: #F1752D;
}
.TagClassName
{
border-color: #F1752D;
}
</style>