Shades of Sunset Orange #F8504E
Tints of Sunset Orange #F8504E
RGB
CMYK
RGB Variations
Color information
#F8504E (or 0xF8504E) is known color: Sunset Orange. HEX triplet: F8, 50 and 4E. RGB value is (248,80,78). Sum of RGB (Red+Green+Blue) = 248+80+78=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8504E is #07AFB1. Grayscale: #828282. Windows color (decimal): -503730 or 5132536. OLE color: 5132536.
HSL color Cylindrical-coordinate representation of color #F8504E: hue angle of 0.71º 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 #F8504E is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 78 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.03 |
| HSL | 0.71º | 0.92% | 0.64% | - |
| HSV(B) | 0.71º | 0.69% | 0.97% | - |
| XYZ | 42.96 | 26.24 | 10.01 | - |
| YUV | 130 | 98.66 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 78 | 0 | 0.68 | 0.69 | 0.03 | 0.71 | 0.92 | 0.64 |
| Hex | F8 | 50 | 4E | 0 | 44 | 45 | 3 | 1 | 5C | 40 |
| Octal | 370 | 120 | 116 | 0 | 104 | 105 | 3 | 1 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1001110 | 0 | 1000100 | 1000101 | 11 | 1 | 1011100 | 1000000 |
Color Harmonies of #F8504E
Complementary color
Monochromatic Colors of #F8504E
Black with #F8504E
Text Example
Text Example
White with #F8504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8504E; }
p { color: rgb(248,80,78); }
H1.HeaderClassName
{
color: #F8504E;
}
.AnyTagClassName
{
color: #F8504E;
}
</style>
background-color css
<style>
a { background-color: #F8504E; }
a { background-color: rgb(248,80,78); }
div.DivClassName
{
background-color: #F8504E;
}
.BgClassName
{
background-color: #F8504E;
}
</style>
border-color css
<style>
span { border-color: #F8504E; }
span { border-color: rgb(248,80,78); }
td.TdClassName
{
border-color: #F8504E;
}
.TagClassName
{
border-color: #F8504E;
}
</style>