Shades of Coral #FC7E54
Tints of Coral #FC7E54
RGB
CMYK
RGB Variations
Color information
#FC7E54 (or 0xFC7E54) is known color: Coral. HEX triplet: FC, 7E and 54. RGB value is (252,126,84). Sum of RGB (Red+Green+Blue) = 252+126+84=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E54 is #0381AB. Grayscale: #9F9F9F. Windows color (decimal): -229804 or 5537532. OLE color: 5537532.
HSL color Cylindrical-coordinate representation of color #FC7E54: hue angle of 15º 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 #FC7E54 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 84 | - |
| CMYK | 0 | 0.5 | 0.67 | 0.01 |
| HSL | 15º | 0.97% | 0.66% | - |
| HSV(B) | 15º | 0.67% | 0.99% | - |
| XYZ | 49.21 | 36.26 | 12.79 | - |
| YUV | 158.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 84 | 0 | 0.5 | 0.67 | 0.01 | 15 | 0.97 | 0.66 |
| Hex | FC | 7E | 54 | 0 | 32 | 43 | 1 | F | 61 | 42 |
| Octal | 374 | 176 | 124 | 0 | 62 | 103 | 1 | 17 | 141 | 102 |
| Binary | 11111100 | 1111110 | 1010100 | 0 | 110010 | 1000011 | 1 | 1111 | 1100001 | 1000010 |
Color Harmonies of #FC7E54
Complementary color
Monochromatic Colors of #FC7E54
Black with #FC7E54
Text Example
Text Example
White with #FC7E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E54; }
p { color: rgb(252,126,84); }
H1.HeaderClassName
{
color: #FC7E54;
}
.AnyTagClassName
{
color: #FC7E54;
}
</style>
background-color css
<style>
a { background-color: #FC7E54; }
a { background-color: rgb(252,126,84); }
div.DivClassName
{
background-color: #FC7E54;
}
.BgClassName
{
background-color: #FC7E54;
}
</style>
border-color css
<style>
span { border-color: #FC7E54; }
span { border-color: rgb(252,126,84); }
td.TdClassName
{
border-color: #FC7E54;
}
.TagClassName
{
border-color: #FC7E54;
}
</style>