Shades of Sunset Orange #F8524E
Tints of Sunset Orange #F8524E
RGB
CMYK
RGB Variations
Color information
#F8524E (or 0xF8524E) is known color: Sunset Orange. HEX triplet: F8, 52 and 4E. RGB value is (248,82,78). Sum of RGB (Red+Green+Blue) = 248+82+78=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8524E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8524E is #07ADB1. Grayscale: #838383. Windows color (decimal): -503218 or 5133048. OLE color: 5133048.
HSL color Cylindrical-coordinate representation of color #F8524E: hue angle of 1.41º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8524E is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 78 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.03 |
| HSL | 1.41º | 0.92% | 0.64% | - |
| HSV(B) | 1.41º | 0.69% | 0.97% | - |
| XYZ | 43.1 | 26.54 | 10.06 | - |
| YUV | 131.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 78 | 0 | 0.67 | 0.69 | 0.03 | 1.41 | 0.92 | 0.64 |
| Hex | F8 | 52 | 4E | 0 | 43 | 45 | 3 | 1 | 5C | 40 |
| Octal | 370 | 122 | 116 | 0 | 103 | 105 | 3 | 1 | 134 | 100 |
| Binary | 11111000 | 1010010 | 1001110 | 0 | 1000011 | 1000101 | 11 | 1 | 1011100 | 1000000 |
Color Harmonies of #F8524E
Complementary color
Monochromatic Colors of #F8524E
Black with #F8524E
Text Example
Text Example
White with #F8524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8524E; }
p { color: rgb(248,82,78); }
H1.HeaderClassName
{
color: #F8524E;
}
.AnyTagClassName
{
color: #F8524E;
}
</style>
background-color css
<style>
a { background-color: #F8524E; }
a { background-color: rgb(248,82,78); }
div.DivClassName
{
background-color: #F8524E;
}
.BgClassName
{
background-color: #F8524E;
}
</style>
border-color css
<style>
span { border-color: #F8524E; }
span { border-color: rgb(248,82,78); }
td.TdClassName
{
border-color: #F8524E;
}
.TagClassName
{
border-color: #F8524E;
}
</style>