Shades of Sunset Orange #F8553D
Tints of Sunset Orange #F8553D
RGB
CMYK
RGB Variations
Color information
#F8553D (or 0xF8553D) is known color: Sunset Orange. HEX triplet: F8, 55 and 3D. RGB value is (248,85,61). Sum of RGB (Red+Green+Blue) = 248+85+61=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8553D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8553D is #07AAC2. Grayscale: #838383. Windows color (decimal): -502467 or 4019704. OLE color: 4019704.
HSL color Cylindrical-coordinate representation of color #F8553D: hue angle of 7.7º 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 #F8553D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 61 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.03 |
| HSL | 7.7º | 0.93% | 0.61% | - |
| HSV(B) | 7.7º | 0.75% | 0.97% | - |
| XYZ | 42.8 | 26.79 | 7.33 | - |
| YUV | 131 | 88.5 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 61 | 0 | 0.66 | 0.75 | 0.03 | 7.7 | 0.93 | 0.61 |
| Hex | F8 | 55 | 3D | 0 | 42 | 4B | 3 | 8 | 5D | 3D |
| Octal | 370 | 125 | 75 | 0 | 102 | 113 | 3 | 10 | 135 | 75 |
| Binary | 11111000 | 1010101 | 111101 | 0 | 1000010 | 1001011 | 11 | 1000 | 1011101 | 111101 |
Color Harmonies of #F8553D
Complementary color
Monochromatic Colors of #F8553D
Black with #F8553D
Text Example
Text Example
White with #F8553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8553D; }
p { color: rgb(248,85,61); }
H1.HeaderClassName
{
color: #F8553D;
}
.AnyTagClassName
{
color: #F8553D;
}
</style>
background-color css
<style>
a { background-color: #F8553D; }
a { background-color: rgb(248,85,61); }
div.DivClassName
{
background-color: #F8553D;
}
.BgClassName
{
background-color: #F8553D;
}
</style>
border-color css
<style>
span { border-color: #F8553D; }
span { border-color: rgb(248,85,61); }
td.TdClassName
{
border-color: #F8553D;
}
.TagClassName
{
border-color: #F8553D;
}
</style>