Shades of Coral #FC7D54
Tints of Coral #FC7D54
RGB
CMYK
RGB Variations
Color information
#FC7D54 (or 0xFC7D54) is known color: Coral. HEX triplet: FC, 7D and 54. RGB value is (252,125,84). Sum of RGB (Red+Green+Blue) = 252+125+84=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D54 is #0382AB. Grayscale: #9E9E9E. Windows color (decimal): -230060 or 5537276. OLE color: 5537276.
HSL color Cylindrical-coordinate representation of color #FC7D54: hue angle of 14.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC7D54 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 84 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.01 |
| HSL | 14.64º | 0.97% | 0.66% | - |
| HSV(B) | 14.64º | 0.67% | 0.99% | - |
| XYZ | 49.08 | 36 | 12.75 | - |
| YUV | 158.3 | 86.08 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 84 | 0 | 0.50 | 0.67 | 0.01 | 14.64 | 0.97 | 0.66 |
| Hex | FC | 7D | 54 | 0 | 32 | 43 | 1 | F | 61 | 42 |
| Octal | 374 | 175 | 124 | 0 | 62 | 103 | 1 | 17 | 141 | 102 |
| Binary | 11111100 | 1111101 | 1010100 | 0 | 110010 | 1000011 | 1 | 1111 | 1100001 | 1000010 |
Color Harmonies of #FC7D54
Complementary color
Monochromatic Colors of #FC7D54
Black with #FC7D54
Text Example
Text Example
White with #FC7D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D54; }
p { color: rgb(252,125,84); }
H1.HeaderClassName
{
color: #FC7D54;
}
.AnyTagClassName
{
color: #FC7D54;
}
</style>
background-color css
<style>
a { background-color: #FC7D54; }
a { background-color: rgb(252,125,84); }
div.DivClassName
{
background-color: #FC7D54;
}
.BgClassName
{
background-color: #FC7D54;
}
</style>
border-color css
<style>
span { border-color: #FC7D54; }
span { border-color: rgb(252,125,84); }
td.TdClassName
{
border-color: #FC7D54;
}
.TagClassName
{
border-color: #FC7D54;
}
</style>