Shades of Sunset Orange #F85138
Tints of Sunset Orange #F85138
RGB
CMYK
RGB Variations
Color information
#F85138 (or 0xF85138) is known color: Sunset Orange. HEX triplet: F8, 51 and 38. RGB value is (248,81,56). Sum of RGB (Red+Green+Blue) = 248+81+56=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F85138 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85138 is #07AEC7. Grayscale: #808080. Windows color (decimal): -503496 or 3691000. OLE color: 3691000.
HSL color Cylindrical-coordinate representation of color #F85138: hue angle of 7.81º 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 #F85138 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 56 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.03 |
| HSL | 7.81º | 0.93% | 0.6% | - |
| HSV(B) | 7.81º | 0.77% | 0.97% | - |
| XYZ | 42.37 | 26.13 | 6.55 | - |
| YUV | 128.08 | 87.33 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 56 | 0 | 0.67 | 0.77 | 0.03 | 7.81 | 0.93 | 0.6 |
| Hex | F8 | 51 | 38 | 0 | 43 | 4D | 3 | 8 | 5D | 3C |
| Octal | 370 | 121 | 70 | 0 | 103 | 115 | 3 | 10 | 135 | 74 |
| Binary | 11111000 | 1010001 | 111000 | 0 | 1000011 | 1001101 | 11 | 1000 | 1011101 | 111100 |
Color Harmonies of #F85138
Complementary color
Monochromatic Colors of #F85138
Black with #F85138
Text Example
Text Example
White with #F85138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85138; }
p { color: rgb(248,81,56); }
H1.HeaderClassName
{
color: #F85138;
}
.AnyTagClassName
{
color: #F85138;
}
</style>
background-color css
<style>
a { background-color: #F85138; }
a { background-color: rgb(248,81,56); }
div.DivClassName
{
background-color: #F85138;
}
.BgClassName
{
background-color: #F85138;
}
</style>
border-color css
<style>
span { border-color: #F85138; }
span { border-color: rgb(248,81,56); }
td.TdClassName
{
border-color: #F85138;
}
.TagClassName
{
border-color: #F85138;
}
</style>