Shades of Coral #FC8459
Tints of Coral #FC8459
RGB
CMYK
RGB Variations
Color information
#FC8459 (or 0xFC8459) is known color: Coral. HEX triplet: FC, 84 and 59. RGB value is (252,132,89). Sum of RGB (Red+Green+Blue) = 252+132+89=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8459 is #037BA6. Grayscale: #A3A3A3. Windows color (decimal): -228263 or 5866748. OLE color: 5866748.
HSL color Cylindrical-coordinate representation of color #FC8459: hue angle of 15.83º 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 #FC8459 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 89 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.01 |
| HSL | 15.83º | 0.96% | 0.67% | - |
| HSV(B) | 15.83º | 0.65% | 0.99% | - |
| XYZ | 50.2 | 37.92 | 14.12 | - |
| YUV | 162.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 89 | 0 | 0.48 | 0.65 | 0.01 | 15.83 | 0.96 | 0.67 |
| Hex | FC | 84 | 59 | 0 | 30 | 41 | 1 | 10 | 60 | 43 |
| Octal | 374 | 204 | 131 | 0 | 60 | 101 | 1 | 20 | 140 | 103 |
| Binary | 11111100 | 10000100 | 1011001 | 0 | 110000 | 1000001 | 1 | 10000 | 1100000 | 1000011 |
Color Harmonies of #FC8459
Complementary color
Monochromatic Colors of #FC8459
Black with #FC8459
Text Example
Text Example
White with #FC8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8459; }
p { color: rgb(252,132,89); }
H1.HeaderClassName
{
color: #FC8459;
}
.AnyTagClassName
{
color: #FC8459;
}
</style>
background-color css
<style>
a { background-color: #FC8459; }
a { background-color: rgb(252,132,89); }
div.DivClassName
{
background-color: #FC8459;
}
.BgClassName
{
background-color: #FC8459;
}
</style>
border-color css
<style>
span { border-color: #FC8459; }
span { border-color: rgb(252,132,89); }
td.TdClassName
{
border-color: #FC8459;
}
.TagClassName
{
border-color: #FC8459;
}
</style>