Shades of Coral #FC8450
Tints of Coral #FC8450
RGB
CMYK
RGB Variations
Color information
#FC8450 (or 0xFC8450) is known color: Coral. HEX triplet: FC, 84 and 50. RGB value is (252,132,80). Sum of RGB (Red+Green+Blue) = 252+132+80=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8450 is #037BAF. Grayscale: #A2A2A2. Windows color (decimal): -228272 or 5276924. OLE color: 5276924.
HSL color Cylindrical-coordinate representation of color #FC8450: hue angle of 18.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC8450 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 80 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.01 |
| HSL | 18.14º | 0.97% | 0.65% | - |
| HSV(B) | 18.14º | 0.68% | 0.99% | - |
| XYZ | 49.84 | 37.78 | 12.25 | - |
| YUV | 161.95 | 81.76 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 80 | 0 | 0.48 | 0.68 | 0.01 | 18.14 | 0.97 | 0.65 |
| Hex | FC | 84 | 50 | 0 | 30 | 44 | 1 | 12 | 61 | 41 |
| Octal | 374 | 204 | 120 | 0 | 60 | 104 | 1 | 22 | 141 | 101 |
| Binary | 11111100 | 10000100 | 1010000 | 0 | 110000 | 1000100 | 1 | 10010 | 1100001 | 1000001 |
Color Harmonies of #FC8450
Complementary color
Monochromatic Colors of #FC8450
Black with #FC8450
Text Example
Text Example
White with #FC8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8450; }
p { color: rgb(252,132,80); }
H1.HeaderClassName
{
color: #FC8450;
}
.AnyTagClassName
{
color: #FC8450;
}
</style>
background-color css
<style>
a { background-color: #FC8450; }
a { background-color: rgb(252,132,80); }
div.DivClassName
{
background-color: #FC8450;
}
.BgClassName
{
background-color: #FC8450;
}
</style>
border-color css
<style>
span { border-color: #FC8450; }
span { border-color: rgb(252,132,80); }
td.TdClassName
{
border-color: #FC8450;
}
.TagClassName
{
border-color: #FC8450;
}
</style>