Shades of Coral #FC8551
Tints of Coral #FC8551
RGB
CMYK
RGB Variations
Color information
#FC8551 (or 0xFC8551) is known color: Coral. HEX triplet: FC, 85 and 51. RGB value is (252,133,81). Sum of RGB (Red+Green+Blue) = 252+133+81=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8551 is #037AAE. Grayscale: #A2A2A2. Windows color (decimal): -228015 or 5342716. OLE color: 5342716.
HSL color Cylindrical-coordinate representation of color #FC8551: hue angle of 18.25º 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 #FC8551 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 81 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.01 |
| HSL | 18.25º | 0.97% | 0.65% | - |
| HSV(B) | 18.25º | 0.68% | 0.99% | - |
| XYZ | 50.02 | 38.06 | 12.5 | - |
| YUV | 162.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 81 | 0 | 0.47 | 0.68 | 0.01 | 18.25 | 0.97 | 0.65 |
| Hex | FC | 85 | 51 | 0 | 2F | 44 | 1 | 12 | 61 | 41 |
| Octal | 374 | 205 | 121 | 0 | 57 | 104 | 1 | 22 | 141 | 101 |
| Binary | 11111100 | 10000101 | 1010001 | 0 | 101111 | 1000100 | 1 | 10010 | 1100001 | 1000001 |
Color Harmonies of #FC8551
Complementary color
Monochromatic Colors of #FC8551
Black with #FC8551
Text Example
Text Example
White with #FC8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8551; }
p { color: rgb(252,133,81); }
H1.HeaderClassName
{
color: #FC8551;
}
.AnyTagClassName
{
color: #FC8551;
}
</style>
background-color css
<style>
a { background-color: #FC8551; }
a { background-color: rgb(252,133,81); }
div.DivClassName
{
background-color: #FC8551;
}
.BgClassName
{
background-color: #FC8551;
}
</style>
border-color css
<style>
span { border-color: #FC8551; }
span { border-color: rgb(252,133,81); }
td.TdClassName
{
border-color: #FC8551;
}
.TagClassName
{
border-color: #FC8551;
}
</style>