Shades of Sunset Orange #F2523B
Tints of Sunset Orange #F2523B
RGB
CMYK
RGB Variations
Color information
#F2523B (or 0xF2523B) is known color: Sunset Orange. HEX triplet: F2, 52 and 3B. RGB value is (242,82,59). Sum of RGB (Red+Green+Blue) = 242+82+59=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2523B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2523B is #0DADC4. Grayscale: #7F7F7F. Windows color (decimal): -896453 or 3887858. OLE color: 3887858.
HSL color Cylindrical-coordinate representation of color #F2523B: hue angle of 7.54º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2523B is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 59 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.05 |
| HSL | 7.54º | 0.88% | 0.59% | - |
| HSV(B) | 7.54º | 0.76% | 0.95% | - |
| XYZ | 40.42 | 25.23 | 6.88 | - |
| YUV | 127.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 59 | 0 | 0.66 | 0.76 | 0.05 | 7.54 | 0.88 | 0.59 |
| Hex | F2 | 52 | 3B | 0 | 42 | 4C | 5 | 8 | 58 | 3B |
| Octal | 362 | 122 | 73 | 0 | 102 | 114 | 5 | 10 | 130 | 73 |
| Binary | 11110010 | 1010010 | 111011 | 0 | 1000010 | 1001100 | 101 | 1000 | 1011000 | 111011 |
Color Harmonies of #F2523B
Complementary color
Monochromatic Colors of #F2523B
Black with #F2523B
Text Example
Text Example
White with #F2523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2523B; }
p { color: rgb(242,82,59); }
H1.HeaderClassName
{
color: #F2523B;
}
.AnyTagClassName
{
color: #F2523B;
}
</style>
background-color css
<style>
a { background-color: #F2523B; }
a { background-color: rgb(242,82,59); }
div.DivClassName
{
background-color: #F2523B;
}
.BgClassName
{
background-color: #F2523B;
}
</style>
border-color css
<style>
span { border-color: #F2523B; }
span { border-color: rgb(242,82,59); }
td.TdClassName
{
border-color: #F2523B;
}
.TagClassName
{
border-color: #F2523B;
}
</style>