Shades of Sunset Orange #F85350
Tints of Sunset Orange #F85350
RGB
CMYK
RGB Variations
Color information
#F85350 (or 0xF85350) is known color: Sunset Orange. HEX triplet: F8, 53 and 50. RGB value is (248,83,80). Sum of RGB (Red+Green+Blue) = 248+83+80=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F85350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85350 is #07ACAF. Grayscale: #848484. Windows color (decimal): -502960 or 5264376. OLE color: 5264376.
HSL color Cylindrical-coordinate representation of color #F85350: 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 #F85350 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 80 | - |
| 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.25 | 26.72 | 10.47 | - |
| YUV | 131.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 80 | 0 | 0.67 | 0.68 | 0.03 | 1.07 | 0.92 | 0.64 |
| Hex | F8 | 53 | 50 | 0 | 43 | 44 | 3 | 1 | 5C | 40 |
| Octal | 370 | 123 | 120 | 0 | 103 | 104 | 3 | 1 | 134 | 100 |
| Binary | 11111000 | 1010011 | 1010000 | 0 | 1000011 | 1000100 | 11 | 1 | 1011100 | 1000000 |
Color Harmonies of #F85350
Complementary color
Monochromatic Colors of #F85350
Black with #F85350
Text Example
Text Example
White with #F85350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85350; }
p { color: rgb(248,83,80); }
H1.HeaderClassName
{
color: #F85350;
}
.AnyTagClassName
{
color: #F85350;
}
</style>
background-color css
<style>
a { background-color: #F85350; }
a { background-color: rgb(248,83,80); }
div.DivClassName
{
background-color: #F85350;
}
.BgClassName
{
background-color: #F85350;
}
</style>
border-color css
<style>
span { border-color: #F85350; }
span { border-color: rgb(248,83,80); }
td.TdClassName
{
border-color: #F85350;
}
.TagClassName
{
border-color: #F85350;
}
</style>