Shades of Sunset Orange #F2564D
Tints of Sunset Orange #F2564D
RGB
CMYK
RGB Variations
Color information
#F2564D (or 0xF2564D) is known color: Sunset Orange. HEX triplet: F2, 56 and 4D. RGB value is (242,86,77). Sum of RGB (Red+Green+Blue) = 242+86+77=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2564D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2564D is #0DA9B2. Grayscale: #838383. Windows color (decimal): -895411 or 5068530. OLE color: 5068530.
HSL color Cylindrical-coordinate representation of color #F2564D: hue angle of 3.27º 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 #F2564D is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 77 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.05 |
| HSL | 3.27º | 0.86% | 0.63% | - |
| HSV(B) | 3.27º | 0.68% | 0.95% | - |
| XYZ | 41.29 | 26.07 | 9.88 | - |
| YUV | 131.62 | 97.18 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 77 | 0 | 0.64 | 0.68 | 0.05 | 3.27 | 0.86 | 0.63 |
| Hex | F2 | 56 | 4D | 0 | 40 | 44 | 5 | 3 | 56 | 3F |
| Octal | 362 | 126 | 115 | 0 | 100 | 104 | 5 | 3 | 126 | 77 |
| Binary | 11110010 | 1010110 | 1001101 | 0 | 1000000 | 1000100 | 101 | 11 | 1010110 | 111111 |
Color Harmonies of #F2564D
Complementary color
Monochromatic Colors of #F2564D
Black with #F2564D
Text Example
Text Example
White with #F2564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2564D; }
p { color: rgb(242,86,77); }
H1.HeaderClassName
{
color: #F2564D;
}
.AnyTagClassName
{
color: #F2564D;
}
</style>
background-color css
<style>
a { background-color: #F2564D; }
a { background-color: rgb(242,86,77); }
div.DivClassName
{
background-color: #F2564D;
}
.BgClassName
{
background-color: #F2564D;
}
</style>
border-color css
<style>
span { border-color: #F2564D; }
span { border-color: rgb(242,86,77); }
td.TdClassName
{
border-color: #F2564D;
}
.TagClassName
{
border-color: #F2564D;
}
</style>