Shades of Burnt Orange #F1652A
Tints of Burnt Orange #F1652A
RGB
CMYK
RGB Variations
Color information
#F1652A (or 0xF1652A) is known color: Burnt Orange. HEX triplet: F1, 65 and 2A. RGB value is (241,101,42). Sum of RGB (Red+Green+Blue) = 241+101+42=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1652A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1652A is #0E9AD5. Grayscale: #888888. Windows color (decimal): -957142 or 2778609. OLE color: 2778609.
HSL color Cylindrical-coordinate representation of color #F1652A: hue angle of 17.79º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1652A is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 42 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.05 |
| HSL | 17.79º | 0.88% | 0.55% | - |
| HSV(B) | 17.79º | 0.83% | 0.95% | - |
| XYZ | 41.35 | 28.18 | 5.45 | - |
| YUV | 136.13 | 74.88 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 42 | 0 | 0.58 | 0.83 | 0.05 | 17.79 | 0.88 | 0.55 |
| Hex | F1 | 65 | 2A | 0 | 3A | 53 | 5 | 12 | 58 | 37 |
| Octal | 361 | 145 | 52 | 0 | 72 | 123 | 5 | 22 | 130 | 67 |
| Binary | 11110001 | 1100101 | 101010 | 0 | 111010 | 1010011 | 101 | 10010 | 1011000 | 110111 |
Color Harmonies of #F1652A
Complementary color
Monochromatic Colors of #F1652A
Black with #F1652A
Text Example
Text Example
White with #F1652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1652A; }
p { color: rgb(241,101,42); }
H1.HeaderClassName
{
color: #F1652A;
}
.AnyTagClassName
{
color: #F1652A;
}
</style>
background-color css
<style>
a { background-color: #F1652A; }
a { background-color: rgb(241,101,42); }
div.DivClassName
{
background-color: #F1652A;
}
.BgClassName
{
background-color: #F1652A;
}
</style>
border-color css
<style>
span { border-color: #F1652A; }
span { border-color: rgb(241,101,42); }
td.TdClassName
{
border-color: #F1652A;
}
.TagClassName
{
border-color: #F1652A;
}
</style>