Shades of Coral #FC7A54
Tints of Coral #FC7A54
RGB
CMYK
RGB Variations
Color information
#FC7A54 (or 0xFC7A54) is known color: Coral. HEX triplet: FC, 7A and 54. RGB value is (252,122,84). Sum of RGB (Red+Green+Blue) = 252+122+84=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A54 is #0385AB. Grayscale: #9C9C9C. Windows color (decimal): -230828 or 5536508. OLE color: 5536508.
HSL color Cylindrical-coordinate representation of color #FC7A54: hue angle of 13.57º 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 #FC7A54 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 84 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.01 |
| HSL | 13.57º | 0.97% | 0.66% | - |
| HSV(B) | 13.57º | 0.67% | 0.99% | - |
| XYZ | 48.7 | 35.25 | 12.63 | - |
| YUV | 156.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 84 | 0 | 0.52 | 0.67 | 0.01 | 13.57 | 0.97 | 0.66 |
| Hex | FC | 7A | 54 | 0 | 34 | 43 | 1 | E | 61 | 42 |
| Octal | 374 | 172 | 124 | 0 | 64 | 103 | 1 | 16 | 141 | 102 |
| Binary | 11111100 | 1111010 | 1010100 | 0 | 110100 | 1000011 | 1 | 1110 | 1100001 | 1000010 |
Color Harmonies of #FC7A54
Complementary color
Monochromatic Colors of #FC7A54
Black with #FC7A54
Text Example
Text Example
White with #FC7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A54; }
p { color: rgb(252,122,84); }
H1.HeaderClassName
{
color: #FC7A54;
}
.AnyTagClassName
{
color: #FC7A54;
}
</style>
background-color css
<style>
a { background-color: #FC7A54; }
a { background-color: rgb(252,122,84); }
div.DivClassName
{
background-color: #FC7A54;
}
.BgClassName
{
background-color: #FC7A54;
}
</style>
border-color css
<style>
span { border-color: #FC7A54; }
span { border-color: rgb(252,122,84); }
td.TdClassName
{
border-color: #FC7A54;
}
.TagClassName
{
border-color: #FC7A54;
}
</style>