Shades of Coral #FC7F5B
Tints of Coral #FC7F5B
RGB
CMYK
RGB Variations
Color information
#FC7F5B (or 0xFC7F5B) is known color: Coral. HEX triplet: FC, 7F and 5B. RGB value is (252,127,91). Sum of RGB (Red+Green+Blue) = 252+127+91=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F5B is #0380A4. Grayscale: #A0A0A0. Windows color (decimal): -229541 or 5996540. OLE color: 5996540.
HSL color Cylindrical-coordinate representation of color #FC7F5B: hue angle of 13.42º 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 #FC7F5B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 91 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.01 |
| HSL | 13.42º | 0.96% | 0.67% | - |
| HSV(B) | 13.42º | 0.64% | 0.99% | - |
| XYZ | 49.62 | 36.63 | 14.35 | - |
| YUV | 160.27 | 88.91 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 91 | 0 | 0.50 | 0.64 | 0.01 | 13.42 | 0.96 | 0.67 |
| Hex | FC | 7F | 5B | 0 | 32 | 40 | 1 | D | 60 | 43 |
| Octal | 374 | 177 | 133 | 0 | 62 | 100 | 1 | 15 | 140 | 103 |
| Binary | 11111100 | 1111111 | 1011011 | 0 | 110010 | 1000000 | 1 | 1101 | 1100000 | 1000011 |
Color Harmonies of #FC7F5B
Complementary color
Monochromatic Colors of #FC7F5B
Black with #FC7F5B
Text Example
Text Example
White with #FC7F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F5B; }
p { color: rgb(252,127,91); }
H1.HeaderClassName
{
color: #FC7F5B;
}
.AnyTagClassName
{
color: #FC7F5B;
}
</style>
background-color css
<style>
a { background-color: #FC7F5B; }
a { background-color: rgb(252,127,91); }
div.DivClassName
{
background-color: #FC7F5B;
}
.BgClassName
{
background-color: #FC7F5B;
}
</style>
border-color css
<style>
span { border-color: #FC7F5B; }
span { border-color: rgb(252,127,91); }
td.TdClassName
{
border-color: #FC7F5B;
}
.TagClassName
{
border-color: #FC7F5B;
}
</style>