Shades of Coral #FC805B
Tints of Coral #FC805B
RGB
CMYK
RGB Variations
Color information
#FC805B (or 0xFC805B) is known color: Coral. HEX triplet: FC, 80 and 5B. RGB value is (252,128,91). Sum of RGB (Red+Green+Blue) = 252+128+91=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC805B is #037FA4. Grayscale: #A1A1A1. Windows color (decimal): -229285 or 5996796. OLE color: 5996796.
HSL color Cylindrical-coordinate representation of color #FC805B: hue angle of 13.79º 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 #FC805B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 91 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.01 |
| HSL | 13.79º | 0.96% | 0.67% | - |
| HSV(B) | 13.79º | 0.64% | 0.99% | - |
| XYZ | 49.75 | 36.89 | 14.4 | - |
| YUV | 160.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 91 | 0 | 0.49 | 0.64 | 0.01 | 13.79 | 0.96 | 0.67 |
| Hex | FC | 80 | 5B | 0 | 31 | 40 | 1 | E | 60 | 43 |
| Octal | 374 | 200 | 133 | 0 | 61 | 100 | 1 | 16 | 140 | 103 |
| Binary | 11111100 | 10000000 | 1011011 | 0 | 110001 | 1000000 | 1 | 1110 | 1100000 | 1000011 |
Color Harmonies of #FC805B
Complementary color
Monochromatic Colors of #FC805B
Black with #FC805B
Text Example
Text Example
White with #FC805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC805B; }
p { color: rgb(252,128,91); }
H1.HeaderClassName
{
color: #FC805B;
}
.AnyTagClassName
{
color: #FC805B;
}
</style>
background-color css
<style>
a { background-color: #FC805B; }
a { background-color: rgb(252,128,91); }
div.DivClassName
{
background-color: #FC805B;
}
.BgClassName
{
background-color: #FC805B;
}
</style>
border-color css
<style>
span { border-color: #FC805B; }
span { border-color: rgb(252,128,91); }
td.TdClassName
{
border-color: #FC805B;
}
.TagClassName
{
border-color: #FC805B;
}
</style>