Shades of Coral #FC874C
Tints of Coral #FC874C
RGB
CMYK
RGB Variations
Color information
#FC874C (or 0xFC874C) is known color: Coral. HEX triplet: FC, 87 and 4C. RGB value is (252,135,76). Sum of RGB (Red+Green+Blue) = 252+135+76=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC874C is #0378B3. Grayscale: #A3A3A3. Windows color (decimal): -227508 or 5015548. OLE color: 5015548.
HSL color Cylindrical-coordinate representation of color #FC874C: hue angle of 20.11º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC874C is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 76 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.01 |
| HSL | 20.11º | 0.97% | 0.64% | - |
| HSV(B) | 20.11º | 0.7% | 0.99% | - |
| XYZ | 50.11 | 38.55 | 11.64 | - |
| YUV | 163.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 76 | 0 | 0.46 | 0.70 | 0.01 | 20.11 | 0.97 | 0.64 |
| Hex | FC | 87 | 4C | 0 | 2E | 46 | 1 | 14 | 61 | 40 |
| Octal | 374 | 207 | 114 | 0 | 56 | 106 | 1 | 24 | 141 | 100 |
| Binary | 11111100 | 10000111 | 1001100 | 0 | 101110 | 1000110 | 1 | 10100 | 1100001 | 1000000 |
Color Harmonies of #FC874C
Complementary color
Monochromatic Colors of #FC874C
Black with #FC874C
Text Example
Text Example
White with #FC874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC874C; }
p { color: rgb(252,135,76); }
H1.HeaderClassName
{
color: #FC874C;
}
.AnyTagClassName
{
color: #FC874C;
}
</style>
background-color css
<style>
a { background-color: #FC874C; }
a { background-color: rgb(252,135,76); }
div.DivClassName
{
background-color: #FC874C;
}
.BgClassName
{
background-color: #FC874C;
}
</style>
border-color css
<style>
span { border-color: #FC874C; }
span { border-color: rgb(252,135,76); }
td.TdClassName
{
border-color: #FC874C;
}
.TagClassName
{
border-color: #FC874C;
}
</style>