Shades of Sunset Orange #F85351
Tints of Sunset Orange #F85351
RGB
CMYK
RGB Variations
Color information
#F85351 (or 0xF85351) is known color: Sunset Orange. HEX triplet: F8, 53 and 51. RGB value is (248,83,81). Sum of RGB (Red+Green+Blue) = 248+83+81=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F85351 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85351 is #07ACAE. Grayscale: #848484. Windows color (decimal): -502959 or 5329912. OLE color: 5329912.
HSL color Cylindrical-coordinate representation of color #F85351: hue angle of 0.72º 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 #F85351 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 81 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.03 |
| HSL | 0.72º | 0.92% | 0.65% | - |
| HSV(B) | 0.72º | 0.67% | 0.97% | - |
| XYZ | 43.29 | 26.74 | 10.66 | - |
| YUV | 132.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 81 | 0 | 0.67 | 0.67 | 0.03 | 0.72 | 0.92 | 0.65 |
| Hex | F8 | 53 | 51 | 0 | 43 | 43 | 3 | 1 | 5C | 41 |
| Octal | 370 | 123 | 121 | 0 | 103 | 103 | 3 | 1 | 134 | 101 |
| Binary | 11111000 | 1010011 | 1010001 | 0 | 1000011 | 1000011 | 11 | 1 | 1011100 | 1000001 |
Color Harmonies of #F85351
Complementary color
Monochromatic Colors of #F85351
Black with #F85351
Text Example
Text Example
White with #F85351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85351; }
p { color: rgb(248,83,81); }
H1.HeaderClassName
{
color: #F85351;
}
.AnyTagClassName
{
color: #F85351;
}
</style>
background-color css
<style>
a { background-color: #F85351; }
a { background-color: rgb(248,83,81); }
div.DivClassName
{
background-color: #F85351;
}
.BgClassName
{
background-color: #F85351;
}
</style>
border-color css
<style>
span { border-color: #F85351; }
span { border-color: rgb(248,83,81); }
td.TdClassName
{
border-color: #F85351;
}
.TagClassName
{
border-color: #F85351;
}
</style>