Shades of Coral #FC7D5B
Tints of Coral #FC7D5B
RGB
CMYK
RGB Variations
Color information
#FC7D5B (or 0xFC7D5B) is known color: Coral. HEX triplet: FC, 7D and 5B. RGB value is (252,125,91). Sum of RGB (Red+Green+Blue) = 252+125+91=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D5B is #0382A4. Grayscale: #9F9F9F. Windows color (decimal): -230053 or 5996028. OLE color: 5996028.
HSL color Cylindrical-coordinate representation of color #FC7D5B: hue angle of 12.67º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC7D5B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 91 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.01 |
| HSL | 12.67º | 0.96% | 0.67% | - |
| HSV(B) | 12.67º | 0.64% | 0.99% | - |
| XYZ | 49.37 | 36.12 | 14.27 | - |
| YUV | 159.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 91 | 0 | 0.50 | 0.64 | 0.01 | 12.67 | 0.96 | 0.67 |
| Hex | FC | 7D | 5B | 0 | 32 | 40 | 1 | D | 60 | 43 |
| Octal | 374 | 175 | 133 | 0 | 62 | 100 | 1 | 15 | 140 | 103 |
| Binary | 11111100 | 1111101 | 1011011 | 0 | 110010 | 1000000 | 1 | 1101 | 1100000 | 1000011 |
Color Harmonies of #FC7D5B
Complementary color
Monochromatic Colors of #FC7D5B
Black with #FC7D5B
Text Example
Text Example
White with #FC7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D5B; }
p { color: rgb(252,125,91); }
H1.HeaderClassName
{
color: #FC7D5B;
}
.AnyTagClassName
{
color: #FC7D5B;
}
</style>
background-color css
<style>
a { background-color: #FC7D5B; }
a { background-color: rgb(252,125,91); }
div.DivClassName
{
background-color: #FC7D5B;
}
.BgClassName
{
background-color: #FC7D5B;
}
</style>
border-color css
<style>
span { border-color: #FC7D5B; }
span { border-color: rgb(252,125,91); }
td.TdClassName
{
border-color: #FC7D5B;
}
.TagClassName
{
border-color: #FC7D5B;
}
</style>