Shades of Sunset Orange #F85045
Tints of Sunset Orange #F85045
RGB
CMYK
RGB Variations
Color information
#F85045 (or 0xF85045) is known color: Sunset Orange. HEX triplet: F8, 50 and 45. RGB value is (248,80,69). Sum of RGB (Red+Green+Blue) = 248+80+69=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F85045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85045 is #07AFBA. Grayscale: #818181. Windows color (decimal): -503739 or 4542712. OLE color: 4542712.
HSL color Cylindrical-coordinate representation of color #F85045: hue angle of 3.69º 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 #F85045 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 69 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.03 |
| HSL | 3.69º | 0.93% | 0.62% | - |
| HSV(B) | 3.69º | 0.72% | 0.97% | - |
| XYZ | 42.65 | 26.12 | 8.42 | - |
| YUV | 128.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 69 | 0 | 0.68 | 0.72 | 0.03 | 3.69 | 0.93 | 0.62 |
| Hex | F8 | 50 | 45 | 0 | 44 | 48 | 3 | 4 | 5D | 3E |
| Octal | 370 | 120 | 105 | 0 | 104 | 110 | 3 | 4 | 135 | 76 |
| Binary | 11111000 | 1010000 | 1000101 | 0 | 1000100 | 1001000 | 11 | 100 | 1011101 | 111110 |
Color Harmonies of #F85045
Complementary color
Monochromatic Colors of #F85045
Black with #F85045
Text Example
Text Example
White with #F85045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85045; }
p { color: rgb(248,80,69); }
H1.HeaderClassName
{
color: #F85045;
}
.AnyTagClassName
{
color: #F85045;
}
</style>
background-color css
<style>
a { background-color: #F85045; }
a { background-color: rgb(248,80,69); }
div.DivClassName
{
background-color: #F85045;
}
.BgClassName
{
background-color: #F85045;
}
</style>
border-color css
<style>
span { border-color: #F85045; }
span { border-color: rgb(248,80,69); }
td.TdClassName
{
border-color: #F85045;
}
.TagClassName
{
border-color: #F85045;
}
</style>