Shades of Sunset Orange #F2523C
Tints of Sunset Orange #F2523C
RGB
CMYK
RGB Variations
Color information
#F2523C (or 0xF2523C) is known color: Sunset Orange. HEX triplet: F2, 52 and 3C. RGB value is (242,82,60). Sum of RGB (Red+Green+Blue) = 242+82+60=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2523C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2523C is #0DADC3. Grayscale: #7F7F7F. Windows color (decimal): -896452 or 3953394. OLE color: 3953394.
HSL color Cylindrical-coordinate representation of color #F2523C: hue angle of 7.25º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2523C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 60 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.05 |
| HSL | 7.25º | 0.88% | 0.59% | - |
| HSV(B) | 7.25º | 0.75% | 0.95% | - |
| XYZ | 40.45 | 25.24 | 7.01 | - |
| YUV | 127.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 60 | 0 | 0.66 | 0.75 | 0.05 | 7.25 | 0.88 | 0.59 |
| Hex | F2 | 52 | 3C | 0 | 42 | 4B | 5 | 7 | 58 | 3B |
| Octal | 362 | 122 | 74 | 0 | 102 | 113 | 5 | 7 | 130 | 73 |
| Binary | 11110010 | 1010010 | 111100 | 0 | 1000010 | 1001011 | 101 | 111 | 1011000 | 111011 |
Color Harmonies of #F2523C
Complementary color
Monochromatic Colors of #F2523C
Black with #F2523C
Text Example
Text Example
White with #F2523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2523C; }
p { color: rgb(242,82,60); }
H1.HeaderClassName
{
color: #F2523C;
}
.AnyTagClassName
{
color: #F2523C;
}
</style>
background-color css
<style>
a { background-color: #F2523C; }
a { background-color: rgb(242,82,60); }
div.DivClassName
{
background-color: #F2523C;
}
.BgClassName
{
background-color: #F2523C;
}
</style>
border-color css
<style>
span { border-color: #F2523C; }
span { border-color: rgb(242,82,60); }
td.TdClassName
{
border-color: #F2523C;
}
.TagClassName
{
border-color: #F2523C;
}
</style>