Shades of Coral #FC815A
Tints of Coral #FC815A
RGB
CMYK
RGB Variations
Color information
#FC815A (or 0xFC815A) is known color: Coral. HEX triplet: FC, 81 and 5A. RGB value is (252,129,90). Sum of RGB (Red+Green+Blue) = 252+129+90=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC815A is #037EA5. Grayscale: #A1A1A1. Windows color (decimal): -229030 or 5931516. OLE color: 5931516.
HSL color Cylindrical-coordinate representation of color #FC815A: hue angle of 14.44º 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 #FC815A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 90 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.01 |
| HSL | 14.44º | 0.96% | 0.67% | - |
| HSV(B) | 14.44º | 0.64% | 0.99% | - |
| XYZ | 49.84 | 37.13 | 14.21 | - |
| YUV | 161.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 90 | 0 | 0.49 | 0.64 | 0.01 | 14.44 | 0.96 | 0.67 |
| Hex | FC | 81 | 5A | 0 | 31 | 40 | 1 | E | 60 | 43 |
| Octal | 374 | 201 | 132 | 0 | 61 | 100 | 1 | 16 | 140 | 103 |
| Binary | 11111100 | 10000001 | 1011010 | 0 | 110001 | 1000000 | 1 | 1110 | 1100000 | 1000011 |
Color Harmonies of #FC815A
Complementary color
Monochromatic Colors of #FC815A
Black with #FC815A
Text Example
Text Example
White with #FC815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC815A; }
p { color: rgb(252,129,90); }
H1.HeaderClassName
{
color: #FC815A;
}
.AnyTagClassName
{
color: #FC815A;
}
</style>
background-color css
<style>
a { background-color: #FC815A; }
a { background-color: rgb(252,129,90); }
div.DivClassName
{
background-color: #FC815A;
}
.BgClassName
{
background-color: #FC815A;
}
</style>
border-color css
<style>
span { border-color: #FC815A; }
span { border-color: rgb(252,129,90); }
td.TdClassName
{
border-color: #FC815A;
}
.TagClassName
{
border-color: #FC815A;
}
</style>