Shades of Coral #FC804D
Tints of Coral #FC804D
RGB
CMYK
RGB Variations
Color information
#FC804D (or 0xFC804D) is known color: Coral. HEX triplet: FC, 80 and 4D. RGB value is (252,128,77). Sum of RGB (Red+Green+Blue) = 252+128+77=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC804D is #037FB2. Grayscale: #9F9F9F. Windows color (decimal): -229299 or 5079292. OLE color: 5079292.
HSL color Cylindrical-coordinate representation of color #FC804D: hue angle of 17.49º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC804D is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 77 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.01 |
| HSL | 17.49º | 0.97% | 0.65% | - |
| HSV(B) | 17.49º | 0.69% | 0.99% | - |
| XYZ | 49.2 | 36.67 | 11.51 | - |
| YUV | 159.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 77 | 0 | 0.49 | 0.69 | 0.01 | 17.49 | 0.97 | 0.65 |
| Hex | FC | 80 | 4D | 0 | 31 | 45 | 1 | 11 | 61 | 41 |
| Octal | 374 | 200 | 115 | 0 | 61 | 105 | 1 | 21 | 141 | 101 |
| Binary | 11111100 | 10000000 | 1001101 | 0 | 110001 | 1000101 | 1 | 10001 | 1100001 | 1000001 |
Color Harmonies of #FC804D
Complementary color
Monochromatic Colors of #FC804D
Black with #FC804D
Text Example
Text Example
White with #FC804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC804D; }
p { color: rgb(252,128,77); }
H1.HeaderClassName
{
color: #FC804D;
}
.AnyTagClassName
{
color: #FC804D;
}
</style>
background-color css
<style>
a { background-color: #FC804D; }
a { background-color: rgb(252,128,77); }
div.DivClassName
{
background-color: #FC804D;
}
.BgClassName
{
background-color: #FC804D;
}
</style>
border-color css
<style>
span { border-color: #FC804D; }
span { border-color: rgb(252,128,77); }
td.TdClassName
{
border-color: #FC804D;
}
.TagClassName
{
border-color: #FC804D;
}
</style>