Shades of Coral #FC7F4C
Tints of Coral #FC7F4C
RGB
CMYK
RGB Variations
Color information
#FC7F4C (or 0xFC7F4C) is known color: Coral. HEX triplet: FC, 7F and 4C. RGB value is (252,127,76). Sum of RGB (Red+Green+Blue) = 252+127+76=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F4C is #0380B3. Grayscale: #9E9E9E. Windows color (decimal): -229556 or 5013500. OLE color: 5013500.
HSL color Cylindrical-coordinate representation of color #FC7F4C: hue angle of 17.39º 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 #FC7F4C is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 76 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.01 |
| HSL | 17.39º | 0.97% | 0.64% | - |
| HSV(B) | 17.39º | 0.7% | 0.99% | - |
| XYZ | 49.04 | 36.4 | 11.28 | - |
| YUV | 158.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 76 | 0 | 0.50 | 0.70 | 0.01 | 17.39 | 0.97 | 0.64 |
| Hex | FC | 7F | 4C | 0 | 32 | 46 | 1 | 11 | 61 | 40 |
| Octal | 374 | 177 | 114 | 0 | 62 | 106 | 1 | 21 | 141 | 100 |
| Binary | 11111100 | 1111111 | 1001100 | 0 | 110010 | 1000110 | 1 | 10001 | 1100001 | 1000000 |
Color Harmonies of #FC7F4C
Complementary color
Monochromatic Colors of #FC7F4C
Black with #FC7F4C
Text Example
Text Example
White with #FC7F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F4C; }
p { color: rgb(252,127,76); }
H1.HeaderClassName
{
color: #FC7F4C;
}
.AnyTagClassName
{
color: #FC7F4C;
}
</style>
background-color css
<style>
a { background-color: #FC7F4C; }
a { background-color: rgb(252,127,76); }
div.DivClassName
{
background-color: #FC7F4C;
}
.BgClassName
{
background-color: #FC7F4C;
}
</style>
border-color css
<style>
span { border-color: #FC7F4C; }
span { border-color: rgb(252,127,76); }
td.TdClassName
{
border-color: #FC7F4C;
}
.TagClassName
{
border-color: #FC7F4C;
}
</style>