Shades of Sunset Orange #F2534E
Tints of Sunset Orange #F2534E
RGB
CMYK
RGB Variations
Color information
#F2534E (or 0xF2534E) is known color: Sunset Orange. HEX triplet: F2, 53 and 4E. RGB value is (242,83,78). Sum of RGB (Red+Green+Blue) = 242+83+78=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2534E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2534E is #0DACB1. Grayscale: #828282. Windows color (decimal): -896178 or 5133298. OLE color: 5133298.
HSL color Cylindrical-coordinate representation of color #F2534E: hue angle of 1.83º 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 #F2534E is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 78 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.05 |
| HSL | 1.83º | 0.86% | 0.63% | - |
| HSV(B) | 1.83º | 0.68% | 0.95% | - |
| XYZ | 41.09 | 25.61 | 9.99 | - |
| YUV | 129.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 78 | 0 | 0.66 | 0.68 | 0.05 | 1.83 | 0.86 | 0.63 |
| Hex | F2 | 53 | 4E | 0 | 42 | 44 | 5 | 2 | 56 | 3F |
| Octal | 362 | 123 | 116 | 0 | 102 | 104 | 5 | 2 | 126 | 77 |
| Binary | 11110010 | 1010011 | 1001110 | 0 | 1000010 | 1000100 | 101 | 10 | 1010110 | 111111 |
Color Harmonies of #F2534E
Complementary color
Monochromatic Colors of #F2534E
Black with #F2534E
Text Example
Text Example
White with #F2534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2534E; }
p { color: rgb(242,83,78); }
H1.HeaderClassName
{
color: #F2534E;
}
.AnyTagClassName
{
color: #F2534E;
}
</style>
background-color css
<style>
a { background-color: #F2534E; }
a { background-color: rgb(242,83,78); }
div.DivClassName
{
background-color: #F2534E;
}
.BgClassName
{
background-color: #F2534E;
}
</style>
border-color css
<style>
span { border-color: #F2534E; }
span { border-color: rgb(242,83,78); }
td.TdClassName
{
border-color: #F2534E;
}
.TagClassName
{
border-color: #F2534E;
}
</style>