Shades of Coral #FC7E5B
Tints of Coral #FC7E5B
RGB
CMYK
RGB Variations
Color information
#FC7E5B (or 0xFC7E5B) is known color: Coral. HEX triplet: FC, 7E and 5B. RGB value is (252,126,91). Sum of RGB (Red+Green+Blue) = 252+126+91=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E5B is #0381A4. Grayscale: #9F9F9F. Windows color (decimal): -229797 or 5996284. OLE color: 5996284.
HSL color Cylindrical-coordinate representation of color #FC7E5B: hue angle of 13.04º 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 #FC7E5B is Cyan = 0, Magento = 0.5, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 91 | - |
| CMYK | 0 | 0.5 | 0.64 | 0.01 |
| HSL | 13.04º | 0.96% | 0.67% | - |
| HSV(B) | 13.04º | 0.64% | 0.99% | - |
| XYZ | 49.49 | 36.37 | 14.31 | - |
| YUV | 159.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 91 | 0 | 0.5 | 0.64 | 0.01 | 13.04 | 0.96 | 0.67 |
| Hex | FC | 7E | 5B | 0 | 32 | 40 | 1 | D | 60 | 43 |
| Octal | 374 | 176 | 133 | 0 | 62 | 100 | 1 | 15 | 140 | 103 |
| Binary | 11111100 | 1111110 | 1011011 | 0 | 110010 | 1000000 | 1 | 1101 | 1100000 | 1000011 |
Color Harmonies of #FC7E5B
Complementary color
Monochromatic Colors of #FC7E5B
Black with #FC7E5B
Text Example
Text Example
White with #FC7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E5B; }
p { color: rgb(252,126,91); }
H1.HeaderClassName
{
color: #FC7E5B;
}
.AnyTagClassName
{
color: #FC7E5B;
}
</style>
background-color css
<style>
a { background-color: #FC7E5B; }
a { background-color: rgb(252,126,91); }
div.DivClassName
{
background-color: #FC7E5B;
}
.BgClassName
{
background-color: #FC7E5B;
}
</style>
border-color css
<style>
span { border-color: #FC7E5B; }
span { border-color: rgb(252,126,91); }
td.TdClassName
{
border-color: #FC7E5B;
}
.TagClassName
{
border-color: #FC7E5B;
}
</style>