Shades of Coral #FC804A
Tints of Coral #FC804A
RGB
CMYK
RGB Variations
Color information
#FC804A (or 0xFC804A) is known color: Coral. HEX triplet: FC, 80 and 4A. RGB value is (252,128,74). Sum of RGB (Red+Green+Blue) = 252+128+74=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC804A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC804A is #037FB5. Grayscale: #9F9F9F. Windows color (decimal): -229302 or 4882684. OLE color: 4882684.
HSL color Cylindrical-coordinate representation of color #FC804A: hue angle of 18.2º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC804A is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 74 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.01 |
| HSL | 18.2º | 0.97% | 0.64% | - |
| HSV(B) | 18.2º | 0.71% | 0.99% | - |
| XYZ | 49.1 | 36.63 | 10.96 | - |
| YUV | 158.92 | 80.08 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 74 | 0 | 0.49 | 0.71 | 0.01 | 18.2 | 0.97 | 0.64 |
| Hex | FC | 80 | 4A | 0 | 31 | 47 | 1 | 12 | 61 | 40 |
| Octal | 374 | 200 | 112 | 0 | 61 | 107 | 1 | 22 | 141 | 100 |
| Binary | 11111100 | 10000000 | 1001010 | 0 | 110001 | 1000111 | 1 | 10010 | 1100001 | 1000000 |
Color Harmonies of #FC804A
Complementary color
Monochromatic Colors of #FC804A
Black with #FC804A
Text Example
Text Example
White with #FC804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC804A; }
p { color: rgb(252,128,74); }
H1.HeaderClassName
{
color: #FC804A;
}
.AnyTagClassName
{
color: #FC804A;
}
</style>
background-color css
<style>
a { background-color: #FC804A; }
a { background-color: rgb(252,128,74); }
div.DivClassName
{
background-color: #FC804A;
}
.BgClassName
{
background-color: #FC804A;
}
</style>
border-color css
<style>
span { border-color: #FC804A; }
span { border-color: rgb(252,128,74); }
td.TdClassName
{
border-color: #FC804A;
}
.TagClassName
{
border-color: #FC804A;
}
</style>