Shades of Burnt Orange #F1652D
Tints of Burnt Orange #F1652D
RGB
CMYK
RGB Variations
Color information
#F1652D (or 0xF1652D) is known color: Burnt Orange. HEX triplet: F1, 65 and 2D. RGB value is (241,101,45). Sum of RGB (Red+Green+Blue) = 241+101+45=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1652D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1652D is #0E9AD2. Grayscale: #888888. Windows color (decimal): -957139 or 2975217. OLE color: 2975217.
HSL color Cylindrical-coordinate representation of color #F1652D: hue angle of 17.14º 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 #F1652D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 45 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.05 |
| HSL | 17.14º | 0.88% | 0.56% | - |
| HSV(B) | 17.14º | 0.81% | 0.95% | - |
| XYZ | 41.4 | 28.2 | 5.74 | - |
| YUV | 136.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 45 | 0 | 0.58 | 0.81 | 0.05 | 17.14 | 0.88 | 0.56 |
| Hex | F1 | 65 | 2D | 0 | 3A | 51 | 5 | 11 | 58 | 38 |
| Octal | 361 | 145 | 55 | 0 | 72 | 121 | 5 | 21 | 130 | 70 |
| Binary | 11110001 | 1100101 | 101101 | 0 | 111010 | 1010001 | 101 | 10001 | 1011000 | 111000 |
Color Harmonies of #F1652D
Complementary color
Monochromatic Colors of #F1652D
Black with #F1652D
Text Example
Text Example
White with #F1652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1652D; }
p { color: rgb(241,101,45); }
H1.HeaderClassName
{
color: #F1652D;
}
.AnyTagClassName
{
color: #F1652D;
}
</style>
background-color css
<style>
a { background-color: #F1652D; }
a { background-color: rgb(241,101,45); }
div.DivClassName
{
background-color: #F1652D;
}
.BgClassName
{
background-color: #F1652D;
}
</style>
border-color css
<style>
span { border-color: #F1652D; }
span { border-color: rgb(241,101,45); }
td.TdClassName
{
border-color: #F1652D;
}
.TagClassName
{
border-color: #F1652D;
}
</style>