Shades of Coral #FC7D42
Tints of Coral #FC7D42
RGB
CMYK
RGB Variations
Color information
#FC7D42 (or 0xFC7D42) is known color: Coral. HEX triplet: FC, 7D and 42. RGB value is (252,125,66). Sum of RGB (Red+Green+Blue) = 252+125+66=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D42 is #0382BD. Grayscale: #9C9C9C. Windows color (decimal): -230078 or 4357628. OLE color: 4357628.
HSL color Cylindrical-coordinate representation of color #FC7D42: hue angle of 19.03º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC7D42 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 66 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.01 |
| HSL | 19.03º | 0.97% | 0.62% | - |
| HSV(B) | 19.03º | 0.74% | 0.99% | - |
| XYZ | 48.46 | 35.76 | 9.5 | - |
| YUV | 156.25 | 77.08 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 66 | 0 | 0.50 | 0.74 | 0.01 | 19.03 | 0.97 | 0.62 |
| Hex | FC | 7D | 42 | 0 | 32 | 4A | 1 | 13 | 61 | 3E |
| Octal | 374 | 175 | 102 | 0 | 62 | 112 | 1 | 23 | 141 | 76 |
| Binary | 11111100 | 1111101 | 1000010 | 0 | 110010 | 1001010 | 1 | 10011 | 1100001 | 111110 |
Color Harmonies of #FC7D42
Complementary color
Monochromatic Colors of #FC7D42
Black with #FC7D42
Text Example
Text Example
White with #FC7D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D42; }
p { color: rgb(252,125,66); }
H1.HeaderClassName
{
color: #FC7D42;
}
.AnyTagClassName
{
color: #FC7D42;
}
</style>
background-color css
<style>
a { background-color: #FC7D42; }
a { background-color: rgb(252,125,66); }
div.DivClassName
{
background-color: #FC7D42;
}
.BgClassName
{
background-color: #FC7D42;
}
</style>
border-color css
<style>
span { border-color: #FC7D42; }
span { border-color: rgb(252,125,66); }
td.TdClassName
{
border-color: #FC7D42;
}
.TagClassName
{
border-color: #FC7D42;
}
</style>