Shades of Sunset Orange #F8524A
Tints of Sunset Orange #F8524A
RGB
CMYK
RGB Variations
Color information
#F8524A (or 0xF8524A) is known color: Sunset Orange. HEX triplet: F8, 52 and 4A. RGB value is (248,82,74). Sum of RGB (Red+Green+Blue) = 248+82+74=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F8524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8524A is #07ADB5. Grayscale: #828282. Windows color (decimal): -503222 or 4870904. OLE color: 4870904.
HSL color Cylindrical-coordinate representation of color #F8524A: hue angle of 2.76º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8524A is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 74 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.03 |
| HSL | 2.76º | 0.93% | 0.63% | - |
| HSV(B) | 2.76º | 0.7% | 0.97% | - |
| XYZ | 42.96 | 26.49 | 9.33 | - |
| YUV | 130.72 | 96 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 74 | 0 | 0.67 | 0.70 | 0.03 | 2.76 | 0.93 | 0.63 |
| Hex | F8 | 52 | 4A | 0 | 43 | 46 | 3 | 3 | 5D | 3F |
| Octal | 370 | 122 | 112 | 0 | 103 | 106 | 3 | 3 | 135 | 77 |
| Binary | 11111000 | 1010010 | 1001010 | 0 | 1000011 | 1000110 | 11 | 11 | 1011101 | 111111 |
Color Harmonies of #F8524A
Complementary color
Monochromatic Colors of #F8524A
Black with #F8524A
Text Example
Text Example
White with #F8524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8524A; }
p { color: rgb(248,82,74); }
H1.HeaderClassName
{
color: #F8524A;
}
.AnyTagClassName
{
color: #F8524A;
}
</style>
background-color css
<style>
a { background-color: #F8524A; }
a { background-color: rgb(248,82,74); }
div.DivClassName
{
background-color: #F8524A;
}
.BgClassName
{
background-color: #F8524A;
}
</style>
border-color css
<style>
span { border-color: #F8524A; }
span { border-color: rgb(248,82,74); }
td.TdClassName
{
border-color: #F8524A;
}
.TagClassName
{
border-color: #F8524A;
}
</style>