Shades of Coral #FC7E55
Tints of Coral #FC7E55
RGB
CMYK
RGB Variations
Color information
#FC7E55 (or 0xFC7E55) is known color: Coral. HEX triplet: FC, 7E and 55. RGB value is (252,126,85). Sum of RGB (Red+Green+Blue) = 252+126+85=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E55 is #0381AA. Grayscale: #9F9F9F. Windows color (decimal): -229803 or 5603068. OLE color: 5603068.
HSL color Cylindrical-coordinate representation of color #FC7E55: hue angle of 14.73º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC7E55 is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 85 | - |
| CMYK | 0 | 0.5 | 0.66 | 0.01 |
| HSL | 14.73º | 0.97% | 0.66% | - |
| HSV(B) | 14.73º | 0.66% | 0.99% | - |
| XYZ | 49.25 | 36.27 | 13 | - |
| YUV | 159 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 85 | 0 | 0.5 | 0.66 | 0.01 | 14.73 | 0.97 | 0.66 |
| Hex | FC | 7E | 55 | 0 | 32 | 42 | 1 | F | 61 | 42 |
| Octal | 374 | 176 | 125 | 0 | 62 | 102 | 1 | 17 | 141 | 102 |
| Binary | 11111100 | 1111110 | 1010101 | 0 | 110010 | 1000010 | 1 | 1111 | 1100001 | 1000010 |
Color Harmonies of #FC7E55
Complementary color
Monochromatic Colors of #FC7E55
Black with #FC7E55
Text Example
Text Example
White with #FC7E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E55; }
p { color: rgb(252,126,85); }
H1.HeaderClassName
{
color: #FC7E55;
}
.AnyTagClassName
{
color: #FC7E55;
}
</style>
background-color css
<style>
a { background-color: #FC7E55; }
a { background-color: rgb(252,126,85); }
div.DivClassName
{
background-color: #FC7E55;
}
.BgClassName
{
background-color: #FC7E55;
}
</style>
border-color css
<style>
span { border-color: #FC7E55; }
span { border-color: rgb(252,126,85); }
td.TdClassName
{
border-color: #FC7E55;
}
.TagClassName
{
border-color: #FC7E55;
}
</style>