Shades of Sunset Orange #F8524D
Tints of Sunset Orange #F8524D
RGB
CMYK
RGB Variations
Color information
#F8524D (or 0xF8524D) is known color: Sunset Orange. HEX triplet: F8, 52 and 4D. RGB value is (248,82,77). Sum of RGB (Red+Green+Blue) = 248+82+77=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8524D is #07ADB2. Grayscale: #838383. Windows color (decimal): -503219 or 5067512. OLE color: 5067512.
HSL color Cylindrical-coordinate representation of color #F8524D: hue angle of 1.75º 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 #F8524D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 77 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.03 |
| HSL | 1.75º | 0.92% | 0.64% | - |
| HSV(B) | 1.75º | 0.69% | 0.97% | - |
| XYZ | 43.07 | 26.53 | 9.87 | - |
| YUV | 131.06 | 97.5 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 77 | 0 | 0.67 | 0.69 | 0.03 | 1.75 | 0.92 | 0.64 |
| Hex | F8 | 52 | 4D | 0 | 43 | 45 | 3 | 2 | 5C | 40 |
| Octal | 370 | 122 | 115 | 0 | 103 | 105 | 3 | 2 | 134 | 100 |
| Binary | 11111000 | 1010010 | 1001101 | 0 | 1000011 | 1000101 | 11 | 10 | 1011100 | 1000000 |
Color Harmonies of #F8524D
Complementary color
Monochromatic Colors of #F8524D
Black with #F8524D
Text Example
Text Example
White with #F8524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8524D; }
p { color: rgb(248,82,77); }
H1.HeaderClassName
{
color: #F8524D;
}
.AnyTagClassName
{
color: #F8524D;
}
</style>
background-color css
<style>
a { background-color: #F8524D; }
a { background-color: rgb(248,82,77); }
div.DivClassName
{
background-color: #F8524D;
}
.BgClassName
{
background-color: #F8524D;
}
</style>
border-color css
<style>
span { border-color: #F8524D; }
span { border-color: rgb(248,82,77); }
td.TdClassName
{
border-color: #F8524D;
}
.TagClassName
{
border-color: #F8524D;
}
</style>