Shades of Sunset Orange #F8504B
Tints of Sunset Orange #F8504B
RGB
CMYK
RGB Variations
Color information
#F8504B (or 0xF8504B) is known color: Sunset Orange. HEX triplet: F8, 50 and 4B. RGB value is (248,80,75). Sum of RGB (Red+Green+Blue) = 248+80+75=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F8504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8504B is #07AFB4. Grayscale: #818181. Windows color (decimal): -503733 or 4935928. OLE color: 4935928.
HSL color Cylindrical-coordinate representation of color #F8504B: hue angle of 1.73º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8504B is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 75 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.03 |
| HSL | 1.73º | 0.93% | 0.63% | - |
| HSV(B) | 1.73º | 0.7% | 0.97% | - |
| XYZ | 42.85 | 26.2 | 9.46 | - |
| YUV | 129.66 | 97.16 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 75 | 0 | 0.68 | 0.70 | 0.03 | 1.73 | 0.93 | 0.63 |
| Hex | F8 | 50 | 4B | 0 | 44 | 46 | 3 | 2 | 5D | 3F |
| Octal | 370 | 120 | 113 | 0 | 104 | 106 | 3 | 2 | 135 | 77 |
| Binary | 11111000 | 1010000 | 1001011 | 0 | 1000100 | 1000110 | 11 | 10 | 1011101 | 111111 |
Color Harmonies of #F8504B
Complementary color
Monochromatic Colors of #F8504B
Black with #F8504B
Text Example
Text Example
White with #F8504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8504B; }
p { color: rgb(248,80,75); }
H1.HeaderClassName
{
color: #F8504B;
}
.AnyTagClassName
{
color: #F8504B;
}
</style>
background-color css
<style>
a { background-color: #F8504B; }
a { background-color: rgb(248,80,75); }
div.DivClassName
{
background-color: #F8504B;
}
.BgClassName
{
background-color: #F8504B;
}
</style>
border-color css
<style>
span { border-color: #F8504B; }
span { border-color: rgb(248,80,75); }
td.TdClassName
{
border-color: #F8504B;
}
.TagClassName
{
border-color: #F8504B;
}
</style>