Shades of Sunset Orange #F8504F
Tints of Sunset Orange #F8504F
RGB
CMYK
RGB Variations
Color information
#F8504F (or 0xF8504F) is known color: Sunset Orange. HEX triplet: F8, 50 and 4F. RGB value is (248,80,79). Sum of RGB (Red+Green+Blue) = 248+80+79=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8504F is #07AFB0. Grayscale: #828282. Windows color (decimal): -503729 or 5198072. OLE color: 5198072.
HSL color Cylindrical-coordinate representation of color #F8504F: hue angle of 0.36º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8504F is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 79 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.03 |
| HSL | 0.36º | 0.92% | 0.64% | - |
| HSV(B) | 0.36º | 0.68% | 0.97% | - |
| XYZ | 42.99 | 26.26 | 10.2 | - |
| YUV | 130.12 | 99.16 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 79 | 0 | 0.68 | 0.68 | 0.03 | 0.36 | 0.92 | 0.64 |
| Hex | F8 | 50 | 4F | 0 | 44 | 44 | 3 | 0 | 5C | 40 |
| Octal | 370 | 120 | 117 | 0 | 104 | 104 | 3 | 0 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1001111 | 0 | 1000100 | 1000100 | 11 | 0 | 1011100 | 1000000 |
Color Harmonies of #F8504F
Complementary color
Monochromatic Colors of #F8504F
Black with #F8504F
Text Example
Text Example
White with #F8504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8504F; }
p { color: rgb(248,80,79); }
H1.HeaderClassName
{
color: #F8504F;
}
.AnyTagClassName
{
color: #F8504F;
}
</style>
background-color css
<style>
a { background-color: #F8504F; }
a { background-color: rgb(248,80,79); }
div.DivClassName
{
background-color: #F8504F;
}
.BgClassName
{
background-color: #F8504F;
}
</style>
border-color css
<style>
span { border-color: #F8504F; }
span { border-color: rgb(248,80,79); }
td.TdClassName
{
border-color: #F8504F;
}
.TagClassName
{
border-color: #F8504F;
}
</style>