Shades of Sunset Orange #F85146
Tints of Sunset Orange #F85146
RGB
CMYK
RGB Variations
Color information
#F85146 (or 0xF85146) is known color: Sunset Orange. HEX triplet: F8, 51 and 46. RGB value is (248,81,70). Sum of RGB (Red+Green+Blue) = 248+81+70=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F85146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85146 is #07AEB9. Grayscale: #818181. Windows color (decimal): -503482 or 4608504. OLE color: 4608504.
HSL color Cylindrical-coordinate representation of color #F85146: hue angle of 3.71º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F85146 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 70 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.03 |
| HSL | 3.71º | 0.93% | 0.62% | - |
| HSV(B) | 3.71º | 0.72% | 0.97% | - |
| XYZ | 42.76 | 26.28 | 8.61 | - |
| YUV | 129.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 70 | 0 | 0.67 | 0.72 | 0.03 | 3.71 | 0.93 | 0.62 |
| Hex | F8 | 51 | 46 | 0 | 43 | 48 | 3 | 4 | 5D | 3E |
| Octal | 370 | 121 | 106 | 0 | 103 | 110 | 3 | 4 | 135 | 76 |
| Binary | 11111000 | 1010001 | 1000110 | 0 | 1000011 | 1001000 | 11 | 100 | 1011101 | 111110 |
Color Harmonies of #F85146
Complementary color
Monochromatic Colors of #F85146
Black with #F85146
Text Example
Text Example
White with #F85146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85146; }
p { color: rgb(248,81,70); }
H1.HeaderClassName
{
color: #F85146;
}
.AnyTagClassName
{
color: #F85146;
}
</style>
background-color css
<style>
a { background-color: #F85146; }
a { background-color: rgb(248,81,70); }
div.DivClassName
{
background-color: #F85146;
}
.BgClassName
{
background-color: #F85146;
}
</style>
border-color css
<style>
span { border-color: #F85146; }
span { border-color: rgb(248,81,70); }
td.TdClassName
{
border-color: #F85146;
}
.TagClassName
{
border-color: #F85146;
}
</style>