Shades of Sunset Orange #F2524D
Tints of Sunset Orange #F2524D
RGB
CMYK
RGB Variations
Color information
#F2524D (or 0xF2524D) is known color: Sunset Orange. HEX triplet: F2, 52 and 4D. RGB value is (242,82,77). Sum of RGB (Red+Green+Blue) = 242+82+77=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2524D is #0DADB2. Grayscale: #818181. Windows color (decimal): -896435 or 5067506. OLE color: 5067506.
HSL color Cylindrical-coordinate representation of color #F2524D: hue angle of 1.82º 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 #F2524D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 77 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.05 |
| HSL | 1.82º | 0.86% | 0.63% | - |
| HSV(B) | 1.82º | 0.68% | 0.95% | - |
| XYZ | 40.97 | 25.45 | 9.77 | - |
| YUV | 129.27 | 98.51 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 77 | 0 | 0.66 | 0.68 | 0.05 | 1.82 | 0.86 | 0.63 |
| Hex | F2 | 52 | 4D | 0 | 42 | 44 | 5 | 2 | 56 | 3F |
| Octal | 362 | 122 | 115 | 0 | 102 | 104 | 5 | 2 | 126 | 77 |
| Binary | 11110010 | 1010010 | 1001101 | 0 | 1000010 | 1000100 | 101 | 10 | 1010110 | 111111 |
Color Harmonies of #F2524D
Complementary color
Monochromatic Colors of #F2524D
Black with #F2524D
Text Example
Text Example
White with #F2524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2524D; }
p { color: rgb(242,82,77); }
H1.HeaderClassName
{
color: #F2524D;
}
.AnyTagClassName
{
color: #F2524D;
}
</style>
background-color css
<style>
a { background-color: #F2524D; }
a { background-color: rgb(242,82,77); }
div.DivClassName
{
background-color: #F2524D;
}
.BgClassName
{
background-color: #F2524D;
}
</style>
border-color css
<style>
span { border-color: #F2524D; }
span { border-color: rgb(242,82,77); }
td.TdClassName
{
border-color: #F2524D;
}
.TagClassName
{
border-color: #F2524D;
}
</style>