Shades of Coral #FC8257
Tints of Coral #FC8257
RGB
CMYK
RGB Variations
Color information
#FC8257 (or 0xFC8257) is known color: Coral. HEX triplet: FC, 82 and 57. RGB value is (252,130,87). Sum of RGB (Red+Green+Blue) = 252+130+87=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8257 is #037DA8. Grayscale: #A1A1A1. Windows color (decimal): -228777 or 5735164. OLE color: 5735164.
HSL color Cylindrical-coordinate representation of color #FC8257: hue angle of 15.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC8257 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 87 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.01 |
| HSL | 15.64º | 0.96% | 0.66% | - |
| HSV(B) | 15.64º | 0.65% | 0.99% | - |
| XYZ | 49.85 | 37.35 | 13.6 | - |
| YUV | 161.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 87 | 0 | 0.48 | 0.65 | 0.01 | 15.64 | 0.96 | 0.66 |
| Hex | FC | 82 | 57 | 0 | 30 | 41 | 1 | 10 | 60 | 42 |
| Octal | 374 | 202 | 127 | 0 | 60 | 101 | 1 | 20 | 140 | 102 |
| Binary | 11111100 | 10000010 | 1010111 | 0 | 110000 | 1000001 | 1 | 10000 | 1100000 | 1000010 |
Color Harmonies of #FC8257
Complementary color
Monochromatic Colors of #FC8257
Black with #FC8257
Text Example
Text Example
White with #FC8257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8257; }
p { color: rgb(252,130,87); }
H1.HeaderClassName
{
color: #FC8257;
}
.AnyTagClassName
{
color: #FC8257;
}
</style>
background-color css
<style>
a { background-color: #FC8257; }
a { background-color: rgb(252,130,87); }
div.DivClassName
{
background-color: #FC8257;
}
.BgClassName
{
background-color: #FC8257;
}
</style>
border-color css
<style>
span { border-color: #FC8257; }
span { border-color: rgb(252,130,87); }
td.TdClassName
{
border-color: #FC8257;
}
.TagClassName
{
border-color: #FC8257;
}
</style>