Shades of Sunset Orange #F8553A
Tints of Sunset Orange #F8553A
RGB
CMYK
RGB Variations
Color information
#F8553A (or 0xF8553A) is known color: Sunset Orange. HEX triplet: F8, 55 and 3A. RGB value is (248,85,58). Sum of RGB (Red+Green+Blue) = 248+85+58=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8553A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8553A is #07AAC5. Grayscale: #828282. Windows color (decimal): -502470 or 3823096. OLE color: 3823096.
HSL color Cylindrical-coordinate representation of color #F8553A: hue angle of 8.53º 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 #F8553A is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 58 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.03 |
| HSL | 8.53º | 0.93% | 0.6% | - |
| HSV(B) | 8.53º | 0.77% | 0.97% | - |
| XYZ | 42.72 | 26.76 | 6.92 | - |
| YUV | 130.66 | 87 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 58 | 0 | 0.66 | 0.77 | 0.03 | 8.53 | 0.93 | 0.6 |
| Hex | F8 | 55 | 3A | 0 | 42 | 4D | 3 | 9 | 5D | 3C |
| Octal | 370 | 125 | 72 | 0 | 102 | 115 | 3 | 11 | 135 | 74 |
| Binary | 11111000 | 1010101 | 111010 | 0 | 1000010 | 1001101 | 11 | 1001 | 1011101 | 111100 |
Color Harmonies of #F8553A
Complementary color
Monochromatic Colors of #F8553A
Black with #F8553A
Text Example
Text Example
White with #F8553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8553A; }
p { color: rgb(248,85,58); }
H1.HeaderClassName
{
color: #F8553A;
}
.AnyTagClassName
{
color: #F8553A;
}
</style>
background-color css
<style>
a { background-color: #F8553A; }
a { background-color: rgb(248,85,58); }
div.DivClassName
{
background-color: #F8553A;
}
.BgClassName
{
background-color: #F8553A;
}
</style>
border-color css
<style>
span { border-color: #F8553A; }
span { border-color: rgb(248,85,58); }
td.TdClassName
{
border-color: #F8553A;
}
.TagClassName
{
border-color: #F8553A;
}
</style>