Shades of Sunset Orange #F2524E
Tints of Sunset Orange #F2524E
RGB
CMYK
RGB Variations
Color information
#F2524E (or 0xF2524E) is known color: Sunset Orange. HEX triplet: F2, 52 and 4E. RGB value is (242,82,78). Sum of RGB (Red+Green+Blue) = 242+82+78=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2524E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2524E is #0DADB1. Grayscale: #818181. Windows color (decimal): -896434 or 5133042. OLE color: 5133042.
HSL color Cylindrical-coordinate representation of color #F2524E: hue angle of 1.46º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2524E is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 78 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.05 |
| HSL | 1.46º | 0.86% | 0.63% | - |
| HSV(B) | 1.46º | 0.68% | 0.95% | - |
| XYZ | 41.01 | 25.46 | 9.96 | - |
| YUV | 129.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 78 | 0 | 0.66 | 0.68 | 0.05 | 1.46 | 0.86 | 0.63 |
| Hex | F2 | 52 | 4E | 0 | 42 | 44 | 5 | 1 | 56 | 3F |
| Octal | 362 | 122 | 116 | 0 | 102 | 104 | 5 | 1 | 126 | 77 |
| Binary | 11110010 | 1010010 | 1001110 | 0 | 1000010 | 1000100 | 101 | 1 | 1010110 | 111111 |
Color Harmonies of #F2524E
Complementary color
Monochromatic Colors of #F2524E
Black with #F2524E
Text Example
Text Example
White with #F2524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2524E; }
p { color: rgb(242,82,78); }
H1.HeaderClassName
{
color: #F2524E;
}
.AnyTagClassName
{
color: #F2524E;
}
</style>
background-color css
<style>
a { background-color: #F2524E; }
a { background-color: rgb(242,82,78); }
div.DivClassName
{
background-color: #F2524E;
}
.BgClassName
{
background-color: #F2524E;
}
</style>
border-color css
<style>
span { border-color: #F2524E; }
span { border-color: rgb(242,82,78); }
td.TdClassName
{
border-color: #F2524E;
}
.TagClassName
{
border-color: #F2524E;
}
</style>