Shades of Sunset Orange #F2544F
Tints of Sunset Orange #F2544F
RGB
CMYK
RGB Variations
Color information
#F2544F (or 0xF2544F) is known color: Sunset Orange. HEX triplet: F2, 54 and 4F. RGB value is (242,84,79). Sum of RGB (Red+Green+Blue) = 242+84+79=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2544F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2544F is #0DABB0. Grayscale: #828282. Windows color (decimal): -895921 or 5199090. OLE color: 5199090.
HSL color Cylindrical-coordinate representation of color #F2544F: hue angle of 1.84º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2544F is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 79 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.05 |
| HSL | 1.84º | 0.86% | 0.63% | - |
| HSV(B) | 1.84º | 0.67% | 0.95% | - |
| XYZ | 41.2 | 25.78 | 10.2 | - |
| YUV | 130.67 | 98.85 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 79 | 0 | 0.65 | 0.67 | 0.05 | 1.84 | 0.86 | 0.63 |
| Hex | F2 | 54 | 4F | 0 | 41 | 43 | 5 | 2 | 56 | 3F |
| Octal | 362 | 124 | 117 | 0 | 101 | 103 | 5 | 2 | 126 | 77 |
| Binary | 11110010 | 1010100 | 1001111 | 0 | 1000001 | 1000011 | 101 | 10 | 1010110 | 111111 |
Color Harmonies of #F2544F
Complementary color
Monochromatic Colors of #F2544F
Black with #F2544F
Text Example
Text Example
White with #F2544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2544F; }
p { color: rgb(242,84,79); }
H1.HeaderClassName
{
color: #F2544F;
}
.AnyTagClassName
{
color: #F2544F;
}
</style>
background-color css
<style>
a { background-color: #F2544F; }
a { background-color: rgb(242,84,79); }
div.DivClassName
{
background-color: #F2544F;
}
.BgClassName
{
background-color: #F2544F;
}
</style>
border-color css
<style>
span { border-color: #F2544F; }
span { border-color: rgb(242,84,79); }
td.TdClassName
{
border-color: #F2544F;
}
.TagClassName
{
border-color: #F2544F;
}
</style>