Shades of Coral #FC824D
Tints of Coral #FC824D
RGB
CMYK
RGB Variations
Color information
#FC824D (or 0xFC824D) is known color: Coral. HEX triplet: FC, 82 and 4D. RGB value is (252,130,77). Sum of RGB (Red+Green+Blue) = 252+130+77=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC824D is #037DB2. Grayscale: #A0A0A0. Windows color (decimal): -228787 or 5079804. OLE color: 5079804.
HSL color Cylindrical-coordinate representation of color #FC824D: hue angle of 18.17º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC824D is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 77 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.01 |
| HSL | 18.17º | 0.97% | 0.65% | - |
| HSV(B) | 18.17º | 0.69% | 0.99% | - |
| XYZ | 49.47 | 37.2 | 11.59 | - |
| YUV | 160.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 77 | 0 | 0.48 | 0.69 | 0.01 | 18.17 | 0.97 | 0.65 |
| Hex | FC | 82 | 4D | 0 | 30 | 45 | 1 | 12 | 61 | 41 |
| Octal | 374 | 202 | 115 | 0 | 60 | 105 | 1 | 22 | 141 | 101 |
| Binary | 11111100 | 10000010 | 1001101 | 0 | 110000 | 1000101 | 1 | 10010 | 1100001 | 1000001 |
Color Harmonies of #FC824D
Complementary color
Monochromatic Colors of #FC824D
Black with #FC824D
Text Example
Text Example
White with #FC824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC824D; }
p { color: rgb(252,130,77); }
H1.HeaderClassName
{
color: #FC824D;
}
.AnyTagClassName
{
color: #FC824D;
}
</style>
background-color css
<style>
a { background-color: #FC824D; }
a { background-color: rgb(252,130,77); }
div.DivClassName
{
background-color: #FC824D;
}
.BgClassName
{
background-color: #FC824D;
}
</style>
border-color css
<style>
span { border-color: #FC824D; }
span { border-color: rgb(252,130,77); }
td.TdClassName
{
border-color: #FC824D;
}
.TagClassName
{
border-color: #FC824D;
}
</style>