Shades of Sunset Orange #F85547
Tints of Sunset Orange #F85547
RGB
CMYK
RGB Variations
Color information
#F85547 (or 0xF85547) is known color: Sunset Orange. HEX triplet: F8, 55 and 47. RGB value is (248,85,71). Sum of RGB (Red+Green+Blue) = 248+85+71=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F85547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85547 is #07AAB8. Grayscale: #848484. Windows color (decimal): -502457 or 4675064. OLE color: 4675064.
HSL color Cylindrical-coordinate representation of color #F85547: hue angle of 4.75º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F85547 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 71 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.03 |
| HSL | 4.75º | 0.93% | 0.63% | - |
| HSV(B) | 4.75º | 0.71% | 0.97% | - |
| XYZ | 43.1 | 26.91 | 8.88 | - |
| YUV | 132.14 | 93.5 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 71 | 0 | 0.66 | 0.71 | 0.03 | 4.75 | 0.93 | 0.63 |
| Hex | F8 | 55 | 47 | 0 | 42 | 47 | 3 | 5 | 5D | 3F |
| Octal | 370 | 125 | 107 | 0 | 102 | 107 | 3 | 5 | 135 | 77 |
| Binary | 11111000 | 1010101 | 1000111 | 0 | 1000010 | 1000111 | 11 | 101 | 1011101 | 111111 |
Color Harmonies of #F85547
Complementary color
Monochromatic Colors of #F85547
Black with #F85547
Text Example
Text Example
White with #F85547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85547; }
p { color: rgb(248,85,71); }
H1.HeaderClassName
{
color: #F85547;
}
.AnyTagClassName
{
color: #F85547;
}
</style>
background-color css
<style>
a { background-color: #F85547; }
a { background-color: rgb(248,85,71); }
div.DivClassName
{
background-color: #F85547;
}
.BgClassName
{
background-color: #F85547;
}
</style>
border-color css
<style>
span { border-color: #F85547; }
span { border-color: rgb(248,85,71); }
td.TdClassName
{
border-color: #F85547;
}
.TagClassName
{
border-color: #F85547;
}
</style>