Shades of Sunset Orange #F15452
Tints of Sunset Orange #F15452
RGB
CMYK
RGB Variations
Color information
#F15452 (or 0xF15452) is known color: Sunset Orange. HEX triplet: F1, 54 and 52. RGB value is (241,84,82). Sum of RGB (Red+Green+Blue) = 241+84+82=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F15452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15452 is #0EABAD. Grayscale: #828282. Windows color (decimal): -961454 or 5395697. OLE color: 5395697.
HSL color Cylindrical-coordinate representation of color #F15452: hue angle of 0.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15452 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 82 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.05 |
| HSL | 0.75º | 0.85% | 0.63% | - |
| HSV(B) | 0.75º | 0.66% | 0.95% | - |
| XYZ | 40.97 | 25.65 | 10.77 | - |
| YUV | 130.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 82 | 0 | 0.65 | 0.66 | 0.05 | 0.75 | 0.85 | 0.63 |
| Hex | F1 | 54 | 52 | 0 | 41 | 42 | 5 | 1 | 55 | 3F |
| Octal | 361 | 124 | 122 | 0 | 101 | 102 | 5 | 1 | 125 | 77 |
| Binary | 11110001 | 1010100 | 1010010 | 0 | 1000001 | 1000010 | 101 | 1 | 1010101 | 111111 |
Color Harmonies of #F15452
Complementary color
Monochromatic Colors of #F15452
Black with #F15452
Text Example
Text Example
White with #F15452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15452; }
p { color: rgb(241,84,82); }
H1.HeaderClassName
{
color: #F15452;
}
.AnyTagClassName
{
color: #F15452;
}
</style>
background-color css
<style>
a { background-color: #F15452; }
a { background-color: rgb(241,84,82); }
div.DivClassName
{
background-color: #F15452;
}
.BgClassName
{
background-color: #F15452;
}
</style>
border-color css
<style>
span { border-color: #F15452; }
span { border-color: rgb(241,84,82); }
td.TdClassName
{
border-color: #F15452;
}
.TagClassName
{
border-color: #F15452;
}
</style>