Shades of Sunset Orange #F8524C
Tints of Sunset Orange #F8524C
RGB
CMYK
RGB Variations
Color information
#F8524C (or 0xF8524C) is known color: Sunset Orange. HEX triplet: F8, 52 and 4C. RGB value is (248,82,76). Sum of RGB (Red+Green+Blue) = 248+82+76=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8524C is #07ADB3. Grayscale: #838383. Windows color (decimal): -503220 or 5001976. OLE color: 5001976.
HSL color Cylindrical-coordinate representation of color #F8524C: hue angle of 2.09º 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 #F8524C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 76 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.03 |
| HSL | 2.09º | 0.92% | 0.64% | - |
| HSV(B) | 2.09º | 0.69% | 0.97% | - |
| XYZ | 43.03 | 26.51 | 9.69 | - |
| YUV | 130.95 | 97 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 76 | 0 | 0.67 | 0.69 | 0.03 | 2.09 | 0.92 | 0.64 |
| Hex | F8 | 52 | 4C | 0 | 43 | 45 | 3 | 2 | 5C | 40 |
| Octal | 370 | 122 | 114 | 0 | 103 | 105 | 3 | 2 | 134 | 100 |
| Binary | 11111000 | 1010010 | 1001100 | 0 | 1000011 | 1000101 | 11 | 10 | 1011100 | 1000000 |
Color Harmonies of #F8524C
Complementary color
Monochromatic Colors of #F8524C
Black with #F8524C
Text Example
Text Example
White with #F8524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8524C; }
p { color: rgb(248,82,76); }
H1.HeaderClassName
{
color: #F8524C;
}
.AnyTagClassName
{
color: #F8524C;
}
</style>
background-color css
<style>
a { background-color: #F8524C; }
a { background-color: rgb(248,82,76); }
div.DivClassName
{
background-color: #F8524C;
}
.BgClassName
{
background-color: #F8524C;
}
</style>
border-color css
<style>
span { border-color: #F8524C; }
span { border-color: rgb(248,82,76); }
td.TdClassName
{
border-color: #F8524C;
}
.TagClassName
{
border-color: #F8524C;
}
</style>