Shades of Coral #FC8047
Tints of Coral #FC8047
RGB
CMYK
RGB Variations
Color information
#FC8047 (or 0xFC8047) is known color: Coral. HEX triplet: FC, 80 and 47. RGB value is (252,128,71). Sum of RGB (Red+Green+Blue) = 252+128+71=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8047 is #037FB8. Grayscale: #9E9E9E. Windows color (decimal): -229305 or 4686076. OLE color: 4686076.
HSL color Cylindrical-coordinate representation of color #FC8047: hue angle of 18.9º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC8047 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 71 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.01 |
| HSL | 18.9º | 0.97% | 0.63% | - |
| HSV(B) | 18.9º | 0.72% | 0.99% | - |
| XYZ | 49 | 36.59 | 10.44 | - |
| YUV | 158.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 71 | 0 | 0.49 | 0.72 | 0.01 | 18.9 | 0.97 | 0.63 |
| Hex | FC | 80 | 47 | 0 | 31 | 48 | 1 | 13 | 61 | 3F |
| Octal | 374 | 200 | 107 | 0 | 61 | 110 | 1 | 23 | 141 | 77 |
| Binary | 11111100 | 10000000 | 1000111 | 0 | 110001 | 1001000 | 1 | 10011 | 1100001 | 111111 |
Color Harmonies of #FC8047
Complementary color
Monochromatic Colors of #FC8047
Black with #FC8047
Text Example
Text Example
White with #FC8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8047; }
p { color: rgb(252,128,71); }
H1.HeaderClassName
{
color: #FC8047;
}
.AnyTagClassName
{
color: #FC8047;
}
</style>
background-color css
<style>
a { background-color: #FC8047; }
a { background-color: rgb(252,128,71); }
div.DivClassName
{
background-color: #FC8047;
}
.BgClassName
{
background-color: #FC8047;
}
</style>
border-color css
<style>
span { border-color: #FC8047; }
span { border-color: rgb(252,128,71); }
td.TdClassName
{
border-color: #FC8047;
}
.TagClassName
{
border-color: #FC8047;
}
</style>