Shades of Coral #FC764D
Tints of Coral #FC764D
RGB
CMYK
RGB Variations
Color information
#FC764D (or 0xFC764D) is known color: Coral. HEX triplet: FC, 76 and 4D. RGB value is (252,118,77). Sum of RGB (Red+Green+Blue) = 252+118+77=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC764D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC764D is #0389B2. Grayscale: #999999. Windows color (decimal): -231859 or 5076732. OLE color: 5076732.
HSL color Cylindrical-coordinate representation of color #FC764D: hue angle of 14.06º 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 #FC764D is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 77 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.01 |
| HSL | 14.06º | 0.97% | 0.65% | - |
| HSV(B) | 14.06º | 0.69% | 0.99% | - |
| XYZ | 47.96 | 34.19 | 11.09 | - |
| YUV | 153.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 77 | 0 | 0.53 | 0.69 | 0.01 | 14.06 | 0.97 | 0.65 |
| Hex | FC | 76 | 4D | 0 | 35 | 45 | 1 | E | 61 | 41 |
| Octal | 374 | 166 | 115 | 0 | 65 | 105 | 1 | 16 | 141 | 101 |
| Binary | 11111100 | 1110110 | 1001101 | 0 | 110101 | 1000101 | 1 | 1110 | 1100001 | 1000001 |
Color Harmonies of #FC764D
Complementary color
Monochromatic Colors of #FC764D
Black with #FC764D
Text Example
Text Example
White with #FC764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC764D; }
p { color: rgb(252,118,77); }
H1.HeaderClassName
{
color: #FC764D;
}
.AnyTagClassName
{
color: #FC764D;
}
</style>
background-color css
<style>
a { background-color: #FC764D; }
a { background-color: rgb(252,118,77); }
div.DivClassName
{
background-color: #FC764D;
}
.BgClassName
{
background-color: #FC764D;
}
</style>
border-color css
<style>
span { border-color: #FC764D; }
span { border-color: rgb(252,118,77); }
td.TdClassName
{
border-color: #FC764D;
}
.TagClassName
{
border-color: #FC764D;
}
</style>