Shades of Sunset Orange #F8524F
Tints of Sunset Orange #F8524F
RGB
CMYK
RGB Variations
Color information
#F8524F (or 0xF8524F) is known color: Sunset Orange. HEX triplet: F8, 52 and 4F. RGB value is (248,82,79). Sum of RGB (Red+Green+Blue) = 248+82+79=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8524F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8524F is #07ADB0. Grayscale: #838383. Windows color (decimal): -503217 or 5198584. OLE color: 5198584.
HSL color Cylindrical-coordinate representation of color #F8524F: hue angle of 1.07º 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 #F8524F is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 79 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.03 |
| HSL | 1.07º | 0.92% | 0.64% | - |
| HSV(B) | 1.07º | 0.68% | 0.97% | - |
| XYZ | 43.14 | 26.56 | 10.25 | - |
| YUV | 131.29 | 98.5 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 79 | 0 | 0.67 | 0.68 | 0.03 | 1.07 | 0.92 | 0.64 |
| Hex | F8 | 52 | 4F | 0 | 43 | 44 | 3 | 1 | 5C | 40 |
| Octal | 370 | 122 | 117 | 0 | 103 | 104 | 3 | 1 | 134 | 100 |
| Binary | 11111000 | 1010010 | 1001111 | 0 | 1000011 | 1000100 | 11 | 1 | 1011100 | 1000000 |
Color Harmonies of #F8524F
Complementary color
Monochromatic Colors of #F8524F
Black with #F8524F
Text Example
Text Example
White with #F8524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8524F; }
p { color: rgb(248,82,79); }
H1.HeaderClassName
{
color: #F8524F;
}
.AnyTagClassName
{
color: #F8524F;
}
</style>
background-color css
<style>
a { background-color: #F8524F; }
a { background-color: rgb(248,82,79); }
div.DivClassName
{
background-color: #F8524F;
}
.BgClassName
{
background-color: #F8524F;
}
</style>
border-color css
<style>
span { border-color: #F8524F; }
span { border-color: rgb(248,82,79); }
td.TdClassName
{
border-color: #F8524F;
}
.TagClassName
{
border-color: #F8524F;
}
</style>