Shades of Sunset Orange #F85553
Tints of Sunset Orange #F85553
RGB
CMYK
RGB Variations
Color information
#F85553 (or 0xF85553) is known color: Sunset Orange. HEX triplet: F8, 55 and 53. RGB value is (248,85,83). Sum of RGB (Red+Green+Blue) = 248+85+83=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F85553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85553 is #07AAAC. Grayscale: #858585. Windows color (decimal): -502445 or 5461496. OLE color: 5461496.
HSL color Cylindrical-coordinate representation of color #F85553: hue angle of 0.73º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85553 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 83 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.03 |
| HSL | 0.73º | 0.92% | 0.65% | - |
| HSV(B) | 0.73º | 0.67% | 0.97% | - |
| XYZ | 43.52 | 27.08 | 11.12 | - |
| YUV | 133.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 83 | 0 | 0.66 | 0.67 | 0.03 | 0.73 | 0.92 | 0.65 |
| Hex | F8 | 55 | 53 | 0 | 42 | 43 | 3 | 1 | 5C | 41 |
| Octal | 370 | 125 | 123 | 0 | 102 | 103 | 3 | 1 | 134 | 101 |
| Binary | 11111000 | 1010101 | 1010011 | 0 | 1000010 | 1000011 | 11 | 1 | 1011100 | 1000001 |
Color Harmonies of #F85553
Complementary color
Monochromatic Colors of #F85553
Black with #F85553
Text Example
Text Example
White with #F85553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85553; }
p { color: rgb(248,85,83); }
H1.HeaderClassName
{
color: #F85553;
}
.AnyTagClassName
{
color: #F85553;
}
</style>
background-color css
<style>
a { background-color: #F85553; }
a { background-color: rgb(248,85,83); }
div.DivClassName
{
background-color: #F85553;
}
.BgClassName
{
background-color: #F85553;
}
</style>
border-color css
<style>
span { border-color: #F85553; }
span { border-color: rgb(248,85,83); }
td.TdClassName
{
border-color: #F85553;
}
.TagClassName
{
border-color: #F85553;
}
</style>