Shades of Sunset Orange #F85841
Tints of Sunset Orange #F85841
RGB
CMYK
RGB Variations
Color information
#F85841 (or 0xF85841) is known color: Sunset Orange. HEX triplet: F8, 58 and 41. RGB value is (248,88,65). Sum of RGB (Red+Green+Blue) = 248+88+65=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F85841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85841 is #07A7BE. Grayscale: #858585. Windows color (decimal): -501695 or 4282616. OLE color: 4282616.
HSL color Cylindrical-coordinate representation of color #F85841: hue angle of 7.54º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F85841 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 65 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.03 |
| HSL | 7.54º | 0.93% | 0.61% | - |
| HSV(B) | 7.54º | 0.74% | 0.97% | - |
| XYZ | 43.16 | 27.32 | 8 | - |
| YUV | 133.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 65 | 0 | 0.65 | 0.74 | 0.03 | 7.54 | 0.93 | 0.61 |
| Hex | F8 | 58 | 41 | 0 | 41 | 4A | 3 | 8 | 5D | 3D |
| Octal | 370 | 130 | 101 | 0 | 101 | 112 | 3 | 10 | 135 | 75 |
| Binary | 11111000 | 1011000 | 1000001 | 0 | 1000001 | 1001010 | 11 | 1000 | 1011101 | 111101 |
Color Harmonies of #F85841
Complementary color
Monochromatic Colors of #F85841
Black with #F85841
Text Example
Text Example
White with #F85841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85841; }
p { color: rgb(248,88,65); }
H1.HeaderClassName
{
color: #F85841;
}
.AnyTagClassName
{
color: #F85841;
}
</style>
background-color css
<style>
a { background-color: #F85841; }
a { background-color: rgb(248,88,65); }
div.DivClassName
{
background-color: #F85841;
}
.BgClassName
{
background-color: #F85841;
}
</style>
border-color css
<style>
span { border-color: #F85841; }
span { border-color: rgb(248,88,65); }
td.TdClassName
{
border-color: #F85841;
}
.TagClassName
{
border-color: #F85841;
}
</style>