Shades of Coral #FC764C
Tints of Coral #FC764C
RGB
CMYK
RGB Variations
Color information
#FC764C (or 0xFC764C) is known color: Coral. HEX triplet: FC, 76 and 4C. RGB value is (252,118,76). Sum of RGB (Red+Green+Blue) = 252+118+76=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC764C is #0389B3. Grayscale: #999999. Windows color (decimal): -231860 or 5011196. OLE color: 5011196.
HSL color Cylindrical-coordinate representation of color #FC764C: hue angle of 14.32º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC764C is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 76 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.01 |
| HSL | 14.32º | 0.97% | 0.64% | - |
| HSV(B) | 14.32º | 0.7% | 0.99% | - |
| XYZ | 47.93 | 34.17 | 10.91 | - |
| YUV | 153.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 76 | 0 | 0.53 | 0.70 | 0.01 | 14.32 | 0.97 | 0.64 |
| Hex | FC | 76 | 4C | 0 | 35 | 46 | 1 | E | 61 | 40 |
| Octal | 374 | 166 | 114 | 0 | 65 | 106 | 1 | 16 | 141 | 100 |
| Binary | 11111100 | 1110110 | 1001100 | 0 | 110101 | 1000110 | 1 | 1110 | 1100001 | 1000000 |
Color Harmonies of #FC764C
Complementary color
Monochromatic Colors of #FC764C
Black with #FC764C
Text Example
Text Example
White with #FC764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC764C; }
p { color: rgb(252,118,76); }
H1.HeaderClassName
{
color: #FC764C;
}
.AnyTagClassName
{
color: #FC764C;
}
</style>
background-color css
<style>
a { background-color: #FC764C; }
a { background-color: rgb(252,118,76); }
div.DivClassName
{
background-color: #FC764C;
}
.BgClassName
{
background-color: #FC764C;
}
</style>
border-color css
<style>
span { border-color: #FC764C; }
span { border-color: rgb(252,118,76); }
td.TdClassName
{
border-color: #FC764C;
}
.TagClassName
{
border-color: #FC764C;
}
</style>