Shades of Sunset Orange #F85039
Tints of Sunset Orange #F85039
RGB
CMYK
RGB Variations
Color information
#F85039 (or 0xF85039) is known color: Sunset Orange. HEX triplet: F8, 50 and 39. RGB value is (248,80,57). Sum of RGB (Red+Green+Blue) = 248+80+57=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F85039 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85039 is #07AFC6. Grayscale: #7F7F7F. Windows color (decimal): -503751 or 3756280. OLE color: 3756280.
HSL color Cylindrical-coordinate representation of color #F85039: hue angle of 7.23º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F85039 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 57 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.03 |
| HSL | 7.23º | 0.93% | 0.6% | - |
| HSV(B) | 7.23º | 0.77% | 0.97% | - |
| XYZ | 42.32 | 25.99 | 6.66 | - |
| YUV | 127.61 | 88.16 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 57 | 0 | 0.68 | 0.77 | 0.03 | 7.23 | 0.93 | 0.6 |
| Hex | F8 | 50 | 39 | 0 | 44 | 4D | 3 | 7 | 5D | 3C |
| Octal | 370 | 120 | 71 | 0 | 104 | 115 | 3 | 7 | 135 | 74 |
| Binary | 11111000 | 1010000 | 111001 | 0 | 1000100 | 1001101 | 11 | 111 | 1011101 | 111100 |
Color Harmonies of #F85039
Complementary color
Monochromatic Colors of #F85039
Black with #F85039
Text Example
Text Example
White with #F85039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85039; }
p { color: rgb(248,80,57); }
H1.HeaderClassName
{
color: #F85039;
}
.AnyTagClassName
{
color: #F85039;
}
</style>
background-color css
<style>
a { background-color: #F85039; }
a { background-color: rgb(248,80,57); }
div.DivClassName
{
background-color: #F85039;
}
.BgClassName
{
background-color: #F85039;
}
</style>
border-color css
<style>
span { border-color: #F85039; }
span { border-color: rgb(248,80,57); }
td.TdClassName
{
border-color: #F85039;
}
.TagClassName
{
border-color: #F85039;
}
</style>