Shades of Sunset Orange #F8553E
Tints of Sunset Orange #F8553E
RGB
CMYK
RGB Variations
Color information
#F8553E (or 0xF8553E) is known color: Sunset Orange. HEX triplet: F8, 55 and 3E. RGB value is (248,85,62). Sum of RGB (Red+Green+Blue) = 248+85+62=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8553E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8553E is #07AAC1. Grayscale: #838383. Windows color (decimal): -502466 or 4085240. OLE color: 4085240.
HSL color Cylindrical-coordinate representation of color #F8553E: hue angle of 7.42º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8553E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 62 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.03 |
| HSL | 7.42º | 0.93% | 0.61% | - |
| HSV(B) | 7.42º | 0.75% | 0.97% | - |
| XYZ | 42.83 | 26.8 | 7.47 | - |
| YUV | 131.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 62 | 0 | 0.66 | 0.75 | 0.03 | 7.42 | 0.93 | 0.61 |
| Hex | F8 | 55 | 3E | 0 | 42 | 4B | 3 | 7 | 5D | 3D |
| Octal | 370 | 125 | 76 | 0 | 102 | 113 | 3 | 7 | 135 | 75 |
| Binary | 11111000 | 1010101 | 111110 | 0 | 1000010 | 1001011 | 11 | 111 | 1011101 | 111101 |
Color Harmonies of #F8553E
Complementary color
Monochromatic Colors of #F8553E
Black with #F8553E
Text Example
Text Example
White with #F8553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8553E; }
p { color: rgb(248,85,62); }
H1.HeaderClassName
{
color: #F8553E;
}
.AnyTagClassName
{
color: #F8553E;
}
</style>
background-color css
<style>
a { background-color: #F8553E; }
a { background-color: rgb(248,85,62); }
div.DivClassName
{
background-color: #F8553E;
}
.BgClassName
{
background-color: #F8553E;
}
</style>
border-color css
<style>
span { border-color: #F8553E; }
span { border-color: rgb(248,85,62); }
td.TdClassName
{
border-color: #F8553E;
}
.TagClassName
{
border-color: #F8553E;
}
</style>