Shades of Coral #FC805A
Tints of Coral #FC805A
RGB
CMYK
RGB Variations
Color information
#FC805A (or 0xFC805A) is known color: Coral. HEX triplet: FC, 80 and 5A. RGB value is (252,128,90). Sum of RGB (Red+Green+Blue) = 252+128+90=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC805A is #037FA5. Grayscale: #A1A1A1. Windows color (decimal): -229286 or 5931260. OLE color: 5931260.
HSL color Cylindrical-coordinate representation of color #FC805A: hue angle of 14.07º 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 #FC805A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 90 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.01 |
| HSL | 14.07º | 0.96% | 0.67% | - |
| HSV(B) | 14.07º | 0.64% | 0.99% | - |
| XYZ | 49.71 | 36.87 | 14.17 | - |
| YUV | 160.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 90 | 0 | 0.49 | 0.64 | 0.01 | 14.07 | 0.96 | 0.67 |
| Hex | FC | 80 | 5A | 0 | 31 | 40 | 1 | E | 60 | 43 |
| Octal | 374 | 200 | 132 | 0 | 61 | 100 | 1 | 16 | 140 | 103 |
| Binary | 11111100 | 10000000 | 1011010 | 0 | 110001 | 1000000 | 1 | 1110 | 1100000 | 1000011 |
Color Harmonies of #FC805A
Complementary color
Monochromatic Colors of #FC805A
Black with #FC805A
Text Example
Text Example
White with #FC805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC805A; }
p { color: rgb(252,128,90); }
H1.HeaderClassName
{
color: #FC805A;
}
.AnyTagClassName
{
color: #FC805A;
}
</style>
background-color css
<style>
a { background-color: #FC805A; }
a { background-color: rgb(252,128,90); }
div.DivClassName
{
background-color: #FC805A;
}
.BgClassName
{
background-color: #FC805A;
}
</style>
border-color css
<style>
span { border-color: #FC805A; }
span { border-color: rgb(252,128,90); }
td.TdClassName
{
border-color: #FC805A;
}
.TagClassName
{
border-color: #FC805A;
}
</style>