Shades of Coral #FC8552
Tints of Coral #FC8552
RGB
CMYK
RGB Variations
Color information
#FC8552 (or 0xFC8552) is known color: Coral. HEX triplet: FC, 85 and 52. RGB value is (252,133,82). Sum of RGB (Red+Green+Blue) = 252+133+82=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8552 is #037AAD. Grayscale: #A3A3A3. Windows color (decimal): -228014 or 5408252. OLE color: 5408252.
HSL color Cylindrical-coordinate representation of color #FC8552: hue angle of 18º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC8552 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 82 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.01 |
| HSL | 18º | 0.97% | 0.65% | - |
| HSV(B) | 18º | 0.67% | 0.99% | - |
| XYZ | 50.06 | 38.08 | 12.69 | - |
| YUV | 162.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 82 | 0 | 0.47 | 0.67 | 0.01 | 18 | 0.97 | 0.65 |
| Hex | FC | 85 | 52 | 0 | 2F | 43 | 1 | 12 | 61 | 41 |
| Octal | 374 | 205 | 122 | 0 | 57 | 103 | 1 | 22 | 141 | 101 |
| Binary | 11111100 | 10000101 | 1010010 | 0 | 101111 | 1000011 | 1 | 10010 | 1100001 | 1000001 |
Color Harmonies of #FC8552
Complementary color
Monochromatic Colors of #FC8552
Black with #FC8552
Text Example
Text Example
White with #FC8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8552; }
p { color: rgb(252,133,82); }
H1.HeaderClassName
{
color: #FC8552;
}
.AnyTagClassName
{
color: #FC8552;
}
</style>
background-color css
<style>
a { background-color: #FC8552; }
a { background-color: rgb(252,133,82); }
div.DivClassName
{
background-color: #FC8552;
}
.BgClassName
{
background-color: #FC8552;
}
</style>
border-color css
<style>
span { border-color: #FC8552; }
span { border-color: rgb(252,133,82); }
td.TdClassName
{
border-color: #FC8552;
}
.TagClassName
{
border-color: #FC8552;
}
</style>