Shades of Sunset Orange #F85543
Tints of Sunset Orange #F85543
RGB
CMYK
RGB Variations
Color information
#F85543 (or 0xF85543) is known color: Sunset Orange. HEX triplet: F8, 55 and 43. RGB value is (248,85,67). Sum of RGB (Red+Green+Blue) = 248+85+67=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F85543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85543 is #07AABC. Grayscale: #838383. Windows color (decimal): -502461 or 4412920. OLE color: 4412920.
HSL color Cylindrical-coordinate representation of color #F85543: hue angle of 5.97º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F85543 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 67 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.03 |
| HSL | 5.97º | 0.93% | 0.62% | - |
| HSV(B) | 5.97º | 0.73% | 0.97% | - |
| XYZ | 42.97 | 26.86 | 8.23 | - |
| YUV | 131.69 | 91.5 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 67 | 0 | 0.66 | 0.73 | 0.03 | 5.97 | 0.93 | 0.62 |
| Hex | F8 | 55 | 43 | 0 | 42 | 49 | 3 | 6 | 5D | 3E |
| Octal | 370 | 125 | 103 | 0 | 102 | 111 | 3 | 6 | 135 | 76 |
| Binary | 11111000 | 1010101 | 1000011 | 0 | 1000010 | 1001001 | 11 | 110 | 1011101 | 111110 |
Color Harmonies of #F85543
Complementary color
Monochromatic Colors of #F85543
Black with #F85543
Text Example
Text Example
White with #F85543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85543; }
p { color: rgb(248,85,67); }
H1.HeaderClassName
{
color: #F85543;
}
.AnyTagClassName
{
color: #F85543;
}
</style>
background-color css
<style>
a { background-color: #F85543; }
a { background-color: rgb(248,85,67); }
div.DivClassName
{
background-color: #F85543;
}
.BgClassName
{
background-color: #F85543;
}
</style>
border-color css
<style>
span { border-color: #F85543; }
span { border-color: rgb(248,85,67); }
td.TdClassName
{
border-color: #F85543;
}
.TagClassName
{
border-color: #F85543;
}
</style>