Shades of Coral #FC8155
Tints of Coral #FC8155
RGB
CMYK
RGB Variations
Color information
#FC8155 (or 0xFC8155) is known color: Coral. HEX triplet: FC, 81 and 55. RGB value is (252,129,85). Sum of RGB (Red+Green+Blue) = 252+129+85=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8155 is #037EAA. Grayscale: #A1A1A1. Windows color (decimal): -229035 or 5603836. OLE color: 5603836.
HSL color Cylindrical-coordinate representation of color #FC8155: hue angle of 15.81º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC8155 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 85 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.01 |
| HSL | 15.81º | 0.97% | 0.66% | - |
| HSV(B) | 15.81º | 0.66% | 0.99% | - |
| XYZ | 49.63 | 37.05 | 13.13 | - |
| YUV | 160.76 | 85.25 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 85 | 0 | 0.49 | 0.66 | 0.01 | 15.81 | 0.97 | 0.66 |
| Hex | FC | 81 | 55 | 0 | 31 | 42 | 1 | 10 | 61 | 42 |
| Octal | 374 | 201 | 125 | 0 | 61 | 102 | 1 | 20 | 141 | 102 |
| Binary | 11111100 | 10000001 | 1010101 | 0 | 110001 | 1000010 | 1 | 10000 | 1100001 | 1000010 |
Color Harmonies of #FC8155
Complementary color
Monochromatic Colors of #FC8155
Black with #FC8155
Text Example
Text Example
White with #FC8155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8155; }
p { color: rgb(252,129,85); }
H1.HeaderClassName
{
color: #FC8155;
}
.AnyTagClassName
{
color: #FC8155;
}
</style>
background-color css
<style>
a { background-color: #FC8155; }
a { background-color: rgb(252,129,85); }
div.DivClassName
{
background-color: #FC8155;
}
.BgClassName
{
background-color: #FC8155;
}
</style>
border-color css
<style>
span { border-color: #FC8155; }
span { border-color: rgb(252,129,85); }
td.TdClassName
{
border-color: #FC8155;
}
.TagClassName
{
border-color: #FC8155;
}
</style>