Shades of Coral #FC8558
Tints of Coral #FC8558
RGB
CMYK
RGB Variations
Color information
#FC8558 (or 0xFC8558) is known color: Coral. HEX triplet: FC, 85 and 58. RGB value is (252,133,88). Sum of RGB (Red+Green+Blue) = 252+133+88=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8558 is #037AA7. Grayscale: #A3A3A3. Windows color (decimal): -228008 or 5801468. OLE color: 5801468.
HSL color Cylindrical-coordinate representation of color #FC8558: hue angle of 16.46º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC8558 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 88 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.01 |
| HSL | 16.46º | 0.96% | 0.67% | - |
| HSV(B) | 16.46º | 0.65% | 0.99% | - |
| XYZ | 50.29 | 38.18 | 13.95 | - |
| YUV | 163.45 | 85.42 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 88 | 0 | 0.47 | 0.65 | 0.01 | 16.46 | 0.96 | 0.67 |
| Hex | FC | 85 | 58 | 0 | 2F | 41 | 1 | 10 | 60 | 43 |
| Octal | 374 | 205 | 130 | 0 | 57 | 101 | 1 | 20 | 140 | 103 |
| Binary | 11111100 | 10000101 | 1011000 | 0 | 101111 | 1000001 | 1 | 10000 | 1100000 | 1000011 |
Color Harmonies of #FC8558
Complementary color
Monochromatic Colors of #FC8558
Black with #FC8558
Text Example
Text Example
White with #FC8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8558; }
p { color: rgb(252,133,88); }
H1.HeaderClassName
{
color: #FC8558;
}
.AnyTagClassName
{
color: #FC8558;
}
</style>
background-color css
<style>
a { background-color: #FC8558; }
a { background-color: rgb(252,133,88); }
div.DivClassName
{
background-color: #FC8558;
}
.BgClassName
{
background-color: #FC8558;
}
</style>
border-color css
<style>
span { border-color: #FC8558; }
span { border-color: rgb(252,133,88); }
td.TdClassName
{
border-color: #FC8558;
}
.TagClassName
{
border-color: #FC8558;
}
</style>