Shades of Coral #FC7F5A
Tints of Coral #FC7F5A
RGB
CMYK
RGB Variations
Color information
#FC7F5A (or 0xFC7F5A) is known color: Coral. HEX triplet: FC, 7F and 5A. RGB value is (252,127,90). Sum of RGB (Red+Green+Blue) = 252+127+90=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F5A is #0380A5. Grayscale: #A0A0A0. Windows color (decimal): -229542 or 5931004. OLE color: 5931004.
HSL color Cylindrical-coordinate representation of color #FC7F5A: hue angle of 13.7º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC7F5A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 90 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.01 |
| HSL | 13.7º | 0.96% | 0.67% | - |
| HSV(B) | 13.7º | 0.64% | 0.99% | - |
| XYZ | 49.58 | 36.61 | 14.13 | - |
| YUV | 160.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 90 | 0 | 0.50 | 0.64 | 0.01 | 13.7 | 0.96 | 0.67 |
| Hex | FC | 7F | 5A | 0 | 32 | 40 | 1 | E | 60 | 43 |
| Octal | 374 | 177 | 132 | 0 | 62 | 100 | 1 | 16 | 140 | 103 |
| Binary | 11111100 | 1111111 | 1011010 | 0 | 110010 | 1000000 | 1 | 1110 | 1100000 | 1000011 |
Color Harmonies of #FC7F5A
Complementary color
Monochromatic Colors of #FC7F5A
Black with #FC7F5A
Text Example
Text Example
White with #FC7F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F5A; }
p { color: rgb(252,127,90); }
H1.HeaderClassName
{
color: #FC7F5A;
}
.AnyTagClassName
{
color: #FC7F5A;
}
</style>
background-color css
<style>
a { background-color: #FC7F5A; }
a { background-color: rgb(252,127,90); }
div.DivClassName
{
background-color: #FC7F5A;
}
.BgClassName
{
background-color: #FC7F5A;
}
</style>
border-color css
<style>
span { border-color: #FC7F5A; }
span { border-color: rgb(252,127,90); }
td.TdClassName
{
border-color: #FC7F5A;
}
.TagClassName
{
border-color: #FC7F5A;
}
</style>