Shades of Coral #FC8357
Tints of Coral #FC8357
RGB
CMYK
RGB Variations
Color information
#FC8357 (or 0xFC8357) is known color: Coral. HEX triplet: FC, 83 and 57. RGB value is (252,131,87). Sum of RGB (Red+Green+Blue) = 252+131+87=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8357 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8357 is #037CA8. Grayscale: #A2A2A2. Windows color (decimal): -228521 or 5735420. OLE color: 5735420.
HSL color Cylindrical-coordinate representation of color #FC8357: hue angle of 16º 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 #FC8357 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 87 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.01 |
| HSL | 16º | 0.96% | 0.66% | - |
| HSV(B) | 16º | 0.65% | 0.99% | - |
| XYZ | 49.98 | 37.62 | 13.64 | - |
| YUV | 162.16 | 85.59 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 87 | 0 | 0.48 | 0.65 | 0.01 | 16 | 0.96 | 0.66 |
| Hex | FC | 83 | 57 | 0 | 30 | 41 | 1 | 10 | 60 | 42 |
| Octal | 374 | 203 | 127 | 0 | 60 | 101 | 1 | 20 | 140 | 102 |
| Binary | 11111100 | 10000011 | 1010111 | 0 | 110000 | 1000001 | 1 | 10000 | 1100000 | 1000010 |
Color Harmonies of #FC8357
Complementary color
Monochromatic Colors of #FC8357
Black with #FC8357
Text Example
Text Example
White with #FC8357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8357; }
p { color: rgb(252,131,87); }
H1.HeaderClassName
{
color: #FC8357;
}
.AnyTagClassName
{
color: #FC8357;
}
</style>
background-color css
<style>
a { background-color: #FC8357; }
a { background-color: rgb(252,131,87); }
div.DivClassName
{
background-color: #FC8357;
}
.BgClassName
{
background-color: #FC8357;
}
</style>
border-color css
<style>
span { border-color: #FC8357; }
span { border-color: rgb(252,131,87); }
td.TdClassName
{
border-color: #FC8357;
}
.TagClassName
{
border-color: #FC8357;
}
</style>