Shades of Coral #FC8559
Tints of Coral #FC8559
RGB
CMYK
RGB Variations
Color information
#FC8559 (or 0xFC8559) is known color: Coral. HEX triplet: FC, 85 and 59. RGB value is (252,133,89). Sum of RGB (Red+Green+Blue) = 252+133+89=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8559 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8559 is #037AA6. Grayscale: #A3A3A3. Windows color (decimal): -228007 or 5867004. OLE color: 5867004.
HSL color Cylindrical-coordinate representation of color #FC8559: hue angle of 16.2º 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 #FC8559 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 89 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.01 |
| HSL | 16.2º | 0.96% | 0.67% | - |
| HSV(B) | 16.2º | 0.65% | 0.99% | - |
| XYZ | 50.34 | 38.19 | 14.17 | - |
| YUV | 163.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 89 | 0 | 0.47 | 0.65 | 0.01 | 16.2 | 0.96 | 0.67 |
| Hex | FC | 85 | 59 | 0 | 2F | 41 | 1 | 10 | 60 | 43 |
| Octal | 374 | 205 | 131 | 0 | 57 | 101 | 1 | 20 | 140 | 103 |
| Binary | 11111100 | 10000101 | 1011001 | 0 | 101111 | 1000001 | 1 | 10000 | 1100000 | 1000011 |
Color Harmonies of #FC8559
Complementary color
Monochromatic Colors of #FC8559
Black with #FC8559
Text Example
Text Example
White with #FC8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8559; }
p { color: rgb(252,133,89); }
H1.HeaderClassName
{
color: #FC8559;
}
.AnyTagClassName
{
color: #FC8559;
}
</style>
background-color css
<style>
a { background-color: #FC8559; }
a { background-color: rgb(252,133,89); }
div.DivClassName
{
background-color: #FC8559;
}
.BgClassName
{
background-color: #FC8559;
}
</style>
border-color css
<style>
span { border-color: #FC8559; }
span { border-color: rgb(252,133,89); }
td.TdClassName
{
border-color: #FC8559;
}
.TagClassName
{
border-color: #FC8559;
}
</style>