Shades of Sunset Orange #F85036
Tints of Sunset Orange #F85036
RGB
CMYK
RGB Variations
Color information
#F85036 (or 0xF85036) is known color: Sunset Orange. HEX triplet: F8, 50 and 36. RGB value is (248,80,54). Sum of RGB (Red+Green+Blue) = 248+80+54=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F85036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85036 is #07AFC9. Grayscale: #7F7F7F. Windows color (decimal): -503754 or 3559672. OLE color: 3559672.
HSL color Cylindrical-coordinate representation of color #F85036: hue angle of 8.04º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F85036 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 54 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.03 |
| HSL | 8.04º | 0.93% | 0.59% | - |
| HSV(B) | 8.04º | 0.78% | 0.97% | - |
| XYZ | 42.25 | 25.96 | 6.27 | - |
| YUV | 127.27 | 86.66 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 54 | 0 | 0.68 | 0.78 | 0.03 | 8.04 | 0.93 | 0.59 |
| Hex | F8 | 50 | 36 | 0 | 44 | 4E | 3 | 8 | 5D | 3B |
| Octal | 370 | 120 | 66 | 0 | 104 | 116 | 3 | 10 | 135 | 73 |
| Binary | 11111000 | 1010000 | 110110 | 0 | 1000100 | 1001110 | 11 | 1000 | 1011101 | 111011 |
Color Harmonies of #F85036
Complementary color
Monochromatic Colors of #F85036
Black with #F85036
Text Example
Text Example
White with #F85036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85036; }
p { color: rgb(248,80,54); }
H1.HeaderClassName
{
color: #F85036;
}
.AnyTagClassName
{
color: #F85036;
}
</style>
background-color css
<style>
a { background-color: #F85036; }
a { background-color: rgb(248,80,54); }
div.DivClassName
{
background-color: #F85036;
}
.BgClassName
{
background-color: #F85036;
}
</style>
border-color css
<style>
span { border-color: #F85036; }
span { border-color: rgb(248,80,54); }
td.TdClassName
{
border-color: #F85036;
}
.TagClassName
{
border-color: #F85036;
}
</style>