Shades of Sunset Orange #F85554
Tints of Sunset Orange #F85554
RGB
CMYK
RGB Variations
Color information
#F85554 (or 0xF85554) is known color: Sunset Orange. HEX triplet: F8, 55 and 54. RGB value is (248,85,84). Sum of RGB (Red+Green+Blue) = 248+85+84=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F85554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85554 is #07AAAB. Grayscale: #858585. Windows color (decimal): -502444 or 5527032. OLE color: 5527032.
HSL color Cylindrical-coordinate representation of color #F85554: hue angle of 0.37º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85554 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 84 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.03 |
| HSL | 0.37º | 0.92% | 0.65% | - |
| HSV(B) | 0.37º | 0.66% | 0.97% | - |
| XYZ | 43.56 | 27.09 | 11.32 | - |
| YUV | 133.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 84 | 0 | 0.66 | 0.66 | 0.03 | 0.37 | 0.92 | 0.65 |
| Hex | F8 | 55 | 54 | 0 | 42 | 42 | 3 | 0 | 5C | 41 |
| Octal | 370 | 125 | 124 | 0 | 102 | 102 | 3 | 0 | 134 | 101 |
| Binary | 11111000 | 1010101 | 1010100 | 0 | 1000010 | 1000010 | 11 | 0 | 1011100 | 1000001 |
Color Harmonies of #F85554
Complementary color
Monochromatic Colors of #F85554
Black with #F85554
Text Example
Text Example
White with #F85554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85554; }
p { color: rgb(248,85,84); }
H1.HeaderClassName
{
color: #F85554;
}
.AnyTagClassName
{
color: #F85554;
}
</style>
background-color css
<style>
a { background-color: #F85554; }
a { background-color: rgb(248,85,84); }
div.DivClassName
{
background-color: #F85554;
}
.BgClassName
{
background-color: #F85554;
}
</style>
border-color css
<style>
span { border-color: #F85554; }
span { border-color: rgb(248,85,84); }
td.TdClassName
{
border-color: #F85554;
}
.TagClassName
{
border-color: #F85554;
}
</style>