Shades of Coral #FC7B53
Tints of Coral #FC7B53
RGB
CMYK
RGB Variations
Color information
#FC7B53 (or 0xFC7B53) is known color: Coral. HEX triplet: FC, 7B and 53. RGB value is (252,123,83). Sum of RGB (Red+Green+Blue) = 252+123+83=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B53 is #0384AC. Grayscale: #9D9D9D. Windows color (decimal): -230573 or 5471228. OLE color: 5471228.
HSL color Cylindrical-coordinate representation of color #FC7B53: hue angle of 14.2º 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 #FC7B53 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 83 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.01 |
| HSL | 14.2º | 0.97% | 0.66% | - |
| HSV(B) | 14.2º | 0.67% | 0.99% | - |
| XYZ | 48.79 | 35.49 | 12.46 | - |
| YUV | 157.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 83 | 0 | 0.51 | 0.67 | 0.01 | 14.2 | 0.97 | 0.66 |
| Hex | FC | 7B | 53 | 0 | 33 | 43 | 1 | E | 61 | 42 |
| Octal | 374 | 173 | 123 | 0 | 63 | 103 | 1 | 16 | 141 | 102 |
| Binary | 11111100 | 1111011 | 1010011 | 0 | 110011 | 1000011 | 1 | 1110 | 1100001 | 1000010 |
Color Harmonies of #FC7B53
Complementary color
Monochromatic Colors of #FC7B53
Black with #FC7B53
Text Example
Text Example
White with #FC7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B53; }
p { color: rgb(252,123,83); }
H1.HeaderClassName
{
color: #FC7B53;
}
.AnyTagClassName
{
color: #FC7B53;
}
</style>
background-color css
<style>
a { background-color: #FC7B53; }
a { background-color: rgb(252,123,83); }
div.DivClassName
{
background-color: #FC7B53;
}
.BgClassName
{
background-color: #FC7B53;
}
</style>
border-color css
<style>
span { border-color: #FC7B53; }
span { border-color: rgb(252,123,83); }
td.TdClassName
{
border-color: #FC7B53;
}
.TagClassName
{
border-color: #FC7B53;
}
</style>