Shades of Sunset Orange #F2544D
Tints of Sunset Orange #F2544D
RGB
CMYK
RGB Variations
Color information
#F2544D (or 0xF2544D) is known color: Sunset Orange. HEX triplet: F2, 54 and 4D. RGB value is (242,84,77). Sum of RGB (Red+Green+Blue) = 242+84+77=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2544D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2544D is #0DABB2. Grayscale: #828282. Windows color (decimal): -895923 or 5068018. OLE color: 5068018.
HSL color Cylindrical-coordinate representation of color #F2544D: hue angle of 2.55º 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 #F2544D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 77 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.05 |
| HSL | 2.55º | 0.86% | 0.63% | - |
| HSV(B) | 2.55º | 0.68% | 0.95% | - |
| XYZ | 41.13 | 25.75 | 9.82 | - |
| YUV | 130.44 | 97.85 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 77 | 0 | 0.65 | 0.68 | 0.05 | 2.55 | 0.86 | 0.63 |
| Hex | F2 | 54 | 4D | 0 | 41 | 44 | 5 | 3 | 56 | 3F |
| Octal | 362 | 124 | 115 | 0 | 101 | 104 | 5 | 3 | 126 | 77 |
| Binary | 11110010 | 1010100 | 1001101 | 0 | 1000001 | 1000100 | 101 | 11 | 1010110 | 111111 |
Color Harmonies of #F2544D
Complementary color
Monochromatic Colors of #F2544D
Black with #F2544D
Text Example
Text Example
White with #F2544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2544D; }
p { color: rgb(242,84,77); }
H1.HeaderClassName
{
color: #F2544D;
}
.AnyTagClassName
{
color: #F2544D;
}
</style>
background-color css
<style>
a { background-color: #F2544D; }
a { background-color: rgb(242,84,77); }
div.DivClassName
{
background-color: #F2544D;
}
.BgClassName
{
background-color: #F2544D;
}
</style>
border-color css
<style>
span { border-color: #F2544D; }
span { border-color: rgb(242,84,77); }
td.TdClassName
{
border-color: #F2544D;
}
.TagClassName
{
border-color: #F2544D;
}
</style>