Shades of Sunset Orange #F85136
Tints of Sunset Orange #F85136
RGB
CMYK
RGB Variations
Color information
#F85136 (or 0xF85136) is known color: Sunset Orange. HEX triplet: F8, 51 and 36. RGB value is (248,81,54). Sum of RGB (Red+Green+Blue) = 248+81+54=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F85136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85136 is #07AEC9. Grayscale: #808080. Windows color (decimal): -503498 or 3559928. OLE color: 3559928.
HSL color Cylindrical-coordinate representation of color #F85136: hue angle of 8.35º 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 #F85136 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 54 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.03 |
| HSL | 8.35º | 0.93% | 0.59% | - |
| HSV(B) | 8.35º | 0.78% | 0.97% | - |
| XYZ | 42.32 | 26.11 | 6.3 | - |
| YUV | 127.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 54 | 0 | 0.67 | 0.78 | 0.03 | 8.35 | 0.93 | 0.59 |
| Hex | F8 | 51 | 36 | 0 | 43 | 4E | 3 | 8 | 5D | 3B |
| Octal | 370 | 121 | 66 | 0 | 103 | 116 | 3 | 10 | 135 | 73 |
| Binary | 11111000 | 1010001 | 110110 | 0 | 1000011 | 1001110 | 11 | 1000 | 1011101 | 111011 |
Color Harmonies of #F85136
Complementary color
Monochromatic Colors of #F85136
Black with #F85136
Text Example
Text Example
White with #F85136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85136; }
p { color: rgb(248,81,54); }
H1.HeaderClassName
{
color: #F85136;
}
.AnyTagClassName
{
color: #F85136;
}
</style>
background-color css
<style>
a { background-color: #F85136; }
a { background-color: rgb(248,81,54); }
div.DivClassName
{
background-color: #F85136;
}
.BgClassName
{
background-color: #F85136;
}
</style>
border-color css
<style>
span { border-color: #F85136; }
span { border-color: rgb(248,81,54); }
td.TdClassName
{
border-color: #F85136;
}
.TagClassName
{
border-color: #F85136;
}
</style>