Shades of Coral #FC8440
Tints of Coral #FC8440
RGB
CMYK
RGB Variations
Color information
#FC8440 (or 0xFC8440) is known color: Coral. HEX triplet: FC, 84 and 40. RGB value is (252,132,64). Sum of RGB (Red+Green+Blue) = 252+132+64=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8440 is #037BBF. Grayscale: #A0A0A0. Windows color (decimal): -228288 or 4228348. OLE color: 4228348.
HSL color Cylindrical-coordinate representation of color #FC8440: hue angle of 21.7º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC8440 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 64 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.01 |
| HSL | 21.7º | 0.97% | 0.62% | - |
| HSV(B) | 21.7º | 0.75% | 0.99% | - |
| XYZ | 49.32 | 37.57 | 9.5 | - |
| YUV | 160.13 | 73.76 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 64 | 0 | 0.48 | 0.75 | 0.01 | 21.7 | 0.97 | 0.62 |
| Hex | FC | 84 | 40 | 0 | 30 | 4B | 1 | 16 | 61 | 3E |
| Octal | 374 | 204 | 100 | 0 | 60 | 113 | 1 | 26 | 141 | 76 |
| Binary | 11111100 | 10000100 | 1000000 | 0 | 110000 | 1001011 | 1 | 10110 | 1100001 | 111110 |
Color Harmonies of #FC8440
Complementary color
Monochromatic Colors of #FC8440
Black with #FC8440
Text Example
Text Example
White with #FC8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8440; }
p { color: rgb(252,132,64); }
H1.HeaderClassName
{
color: #FC8440;
}
.AnyTagClassName
{
color: #FC8440;
}
</style>
background-color css
<style>
a { background-color: #FC8440; }
a { background-color: rgb(252,132,64); }
div.DivClassName
{
background-color: #FC8440;
}
.BgClassName
{
background-color: #FC8440;
}
</style>
border-color css
<style>
span { border-color: #FC8440; }
span { border-color: rgb(252,132,64); }
td.TdClassName
{
border-color: #FC8440;
}
.TagClassName
{
border-color: #FC8440;
}
</style>