Shades of Sunset Orange #F85149
Tints of Sunset Orange #F85149
RGB
CMYK
RGB Variations
Color information
#F85149 (or 0xF85149) is known color: Sunset Orange. HEX triplet: F8, 51 and 49. RGB value is (248,81,73). Sum of RGB (Red+Green+Blue) = 248+81+73=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F85149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85149 is #07AEB6. Grayscale: #828282. Windows color (decimal): -503479 or 4805112. OLE color: 4805112.
HSL color Cylindrical-coordinate representation of color #F85149: hue angle of 2.74º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F85149 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 73 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.03 |
| HSL | 2.74º | 0.93% | 0.63% | - |
| HSV(B) | 2.74º | 0.71% | 0.97% | - |
| XYZ | 42.86 | 26.32 | 9.13 | - |
| YUV | 130.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 73 | 0 | 0.67 | 0.71 | 0.03 | 2.74 | 0.93 | 0.63 |
| Hex | F8 | 51 | 49 | 0 | 43 | 47 | 3 | 3 | 5D | 3F |
| Octal | 370 | 121 | 111 | 0 | 103 | 107 | 3 | 3 | 135 | 77 |
| Binary | 11111000 | 1010001 | 1001001 | 0 | 1000011 | 1000111 | 11 | 11 | 1011101 | 111111 |
Color Harmonies of #F85149
Complementary color
Monochromatic Colors of #F85149
Black with #F85149
Text Example
Text Example
White with #F85149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85149; }
p { color: rgb(248,81,73); }
H1.HeaderClassName
{
color: #F85149;
}
.AnyTagClassName
{
color: #F85149;
}
</style>
background-color css
<style>
a { background-color: #F85149; }
a { background-color: rgb(248,81,73); }
div.DivClassName
{
background-color: #F85149;
}
.BgClassName
{
background-color: #F85149;
}
</style>
border-color css
<style>
span { border-color: #F85149; }
span { border-color: rgb(248,81,73); }
td.TdClassName
{
border-color: #F85149;
}
.TagClassName
{
border-color: #F85149;
}
</style>