Shades of Coral #FC7B4D
Tints of Coral #FC7B4D
RGB
CMYK
RGB Variations
Color information
#FC7B4D (or 0xFC7B4D) is known color: Coral. HEX triplet: FC, 7B and 4D. RGB value is (252,123,77). Sum of RGB (Red+Green+Blue) = 252+123+77=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B4D is #0384B2. Grayscale: #9C9C9C. Windows color (decimal): -230579 or 5078012. OLE color: 5078012.
HSL color Cylindrical-coordinate representation of color #FC7B4D: hue angle of 15.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC7B4D is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 77 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.01 |
| HSL | 15.77º | 0.97% | 0.65% | - |
| HSV(B) | 15.77º | 0.69% | 0.99% | - |
| XYZ | 48.57 | 35.4 | 11.29 | - |
| YUV | 156.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 77 | 0 | 0.51 | 0.69 | 0.01 | 15.77 | 0.97 | 0.65 |
| Hex | FC | 7B | 4D | 0 | 33 | 45 | 1 | 10 | 61 | 41 |
| Octal | 374 | 173 | 115 | 0 | 63 | 105 | 1 | 20 | 141 | 101 |
| Binary | 11111100 | 1111011 | 1001101 | 0 | 110011 | 1000101 | 1 | 10000 | 1100001 | 1000001 |
Color Harmonies of #FC7B4D
Complementary color
Monochromatic Colors of #FC7B4D
Black with #FC7B4D
Text Example
Text Example
White with #FC7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B4D; }
p { color: rgb(252,123,77); }
H1.HeaderClassName
{
color: #FC7B4D;
}
.AnyTagClassName
{
color: #FC7B4D;
}
</style>
background-color css
<style>
a { background-color: #FC7B4D; }
a { background-color: rgb(252,123,77); }
div.DivClassName
{
background-color: #FC7B4D;
}
.BgClassName
{
background-color: #FC7B4D;
}
</style>
border-color css
<style>
span { border-color: #FC7B4D; }
span { border-color: rgb(252,123,77); }
td.TdClassName
{
border-color: #FC7B4D;
}
.TagClassName
{
border-color: #FC7B4D;
}
</style>