Shades of Coral #FC7654
Tints of Coral #FC7654
RGB
CMYK
RGB Variations
Color information
#FC7654 (or 0xFC7654) is known color: Coral. HEX triplet: FC, 76 and 54. RGB value is (252,118,84). Sum of RGB (Red+Green+Blue) = 252+118+84=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7654 is #0389AB. Grayscale: #9A9A9A. Windows color (decimal): -231852 or 5535484. OLE color: 5535484.
HSL color Cylindrical-coordinate representation of color #FC7654: hue angle of 12.14º 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 #FC7654 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 84 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.01 |
| HSL | 12.14º | 0.97% | 0.66% | - |
| HSV(B) | 12.14º | 0.67% | 0.99% | - |
| XYZ | 48.22 | 34.29 | 12.46 | - |
| YUV | 154.19 | 88.39 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 84 | 0 | 0.53 | 0.67 | 0.01 | 12.14 | 0.97 | 0.66 |
| Hex | FC | 76 | 54 | 0 | 35 | 43 | 1 | C | 61 | 42 |
| Octal | 374 | 166 | 124 | 0 | 65 | 103 | 1 | 14 | 141 | 102 |
| Binary | 11111100 | 1110110 | 1010100 | 0 | 110101 | 1000011 | 1 | 1100 | 1100001 | 1000010 |
Color Harmonies of #FC7654
Complementary color
Monochromatic Colors of #FC7654
Black with #FC7654
Text Example
Text Example
White with #FC7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7654; }
p { color: rgb(252,118,84); }
H1.HeaderClassName
{
color: #FC7654;
}
.AnyTagClassName
{
color: #FC7654;
}
</style>
background-color css
<style>
a { background-color: #FC7654; }
a { background-color: rgb(252,118,84); }
div.DivClassName
{
background-color: #FC7654;
}
.BgClassName
{
background-color: #FC7654;
}
</style>
border-color css
<style>
span { border-color: #FC7654; }
span { border-color: rgb(252,118,84); }
td.TdClassName
{
border-color: #FC7654;
}
.TagClassName
{
border-color: #FC7654;
}
</style>