Shades of Coral #FC874D
Tints of Coral #FC874D
RGB
CMYK
RGB Variations
Color information
#FC874D (or 0xFC874D) is known color: Coral. HEX triplet: FC, 87 and 4D. RGB value is (252,135,77). Sum of RGB (Red+Green+Blue) = 252+135+77=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC874D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC874D is #0378B2. Grayscale: #A3A3A3. Windows color (decimal): -227507 or 5081084. OLE color: 5081084.
HSL color Cylindrical-coordinate representation of color #FC874D: hue angle of 19.89º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC874D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 77 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.01 |
| HSL | 19.89º | 0.97% | 0.65% | - |
| HSV(B) | 19.89º | 0.69% | 0.99% | - |
| XYZ | 50.15 | 38.56 | 11.82 | - |
| YUV | 163.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 77 | 0 | 0.46 | 0.69 | 0.01 | 19.89 | 0.97 | 0.65 |
| Hex | FC | 87 | 4D | 0 | 2E | 45 | 1 | 14 | 61 | 41 |
| Octal | 374 | 207 | 115 | 0 | 56 | 105 | 1 | 24 | 141 | 101 |
| Binary | 11111100 | 10000111 | 1001101 | 0 | 101110 | 1000101 | 1 | 10100 | 1100001 | 1000001 |
Color Harmonies of #FC874D
Complementary color
Monochromatic Colors of #FC874D
Black with #FC874D
Text Example
Text Example
White with #FC874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC874D; }
p { color: rgb(252,135,77); }
H1.HeaderClassName
{
color: #FC874D;
}
.AnyTagClassName
{
color: #FC874D;
}
</style>
background-color css
<style>
a { background-color: #FC874D; }
a { background-color: rgb(252,135,77); }
div.DivClassName
{
background-color: #FC874D;
}
.BgClassName
{
background-color: #FC874D;
}
</style>
border-color css
<style>
span { border-color: #FC874D; }
span { border-color: rgb(252,135,77); }
td.TdClassName
{
border-color: #FC874D;
}
.TagClassName
{
border-color: #FC874D;
}
</style>