Shades of Coral #FC8251
Tints of Coral #FC8251
RGB
CMYK
RGB Variations
Color information
#FC8251 (or 0xFC8251) is known color: Coral. HEX triplet: FC, 82 and 51. RGB value is (252,130,81). Sum of RGB (Red+Green+Blue) = 252+130+81=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8251 is #037DAE. Grayscale: #A1A1A1. Windows color (decimal): -228783 or 5341948. OLE color: 5341948.
HSL color Cylindrical-coordinate representation of color #FC8251: hue angle of 17.19º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC8251 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 81 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.01 |
| HSL | 17.19º | 0.97% | 0.65% | - |
| HSV(B) | 17.19º | 0.68% | 0.99% | - |
| XYZ | 49.61 | 37.25 | 12.36 | - |
| YUV | 160.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 81 | 0 | 0.48 | 0.68 | 0.01 | 17.19 | 0.97 | 0.65 |
| Hex | FC | 82 | 51 | 0 | 30 | 44 | 1 | 11 | 61 | 41 |
| Octal | 374 | 202 | 121 | 0 | 60 | 104 | 1 | 21 | 141 | 101 |
| Binary | 11111100 | 10000010 | 1010001 | 0 | 110000 | 1000100 | 1 | 10001 | 1100001 | 1000001 |
Color Harmonies of #FC8251
Complementary color
Monochromatic Colors of #FC8251
Black with #FC8251
Text Example
Text Example
White with #FC8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8251; }
p { color: rgb(252,130,81); }
H1.HeaderClassName
{
color: #FC8251;
}
.AnyTagClassName
{
color: #FC8251;
}
</style>
background-color css
<style>
a { background-color: #FC8251; }
a { background-color: rgb(252,130,81); }
div.DivClassName
{
background-color: #FC8251;
}
.BgClassName
{
background-color: #FC8251;
}
</style>
border-color css
<style>
span { border-color: #FC8251; }
span { border-color: rgb(252,130,81); }
td.TdClassName
{
border-color: #FC8251;
}
.TagClassName
{
border-color: #FC8251;
}
</style>