Shades of Coral #FC8245
Tints of Coral #FC8245
RGB
CMYK
RGB Variations
Color information
#FC8245 (or 0xFC8245) is known color: Coral. HEX triplet: FC, 82 and 45. RGB value is (252,130,69). Sum of RGB (Red+Green+Blue) = 252+130+69=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8245 is #037DBA. Grayscale: #9F9F9F. Windows color (decimal): -228795 or 4555516. OLE color: 4555516.
HSL color Cylindrical-coordinate representation of color #FC8245: hue angle of 20º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC8245 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 69 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.01 |
| HSL | 20º | 0.97% | 0.63% | - |
| HSV(B) | 20º | 0.73% | 0.99% | - |
| XYZ | 49.2 | 37.09 | 10.2 | - |
| YUV | 159.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 69 | 0 | 0.48 | 0.73 | 0.01 | 20 | 0.97 | 0.63 |
| Hex | FC | 82 | 45 | 0 | 30 | 49 | 1 | 14 | 61 | 3F |
| Octal | 374 | 202 | 105 | 0 | 60 | 111 | 1 | 24 | 141 | 77 |
| Binary | 11111100 | 10000010 | 1000101 | 0 | 110000 | 1001001 | 1 | 10100 | 1100001 | 111111 |
Color Harmonies of #FC8245
Complementary color
Monochromatic Colors of #FC8245
Black with #FC8245
Text Example
Text Example
White with #FC8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8245; }
p { color: rgb(252,130,69); }
H1.HeaderClassName
{
color: #FC8245;
}
.AnyTagClassName
{
color: #FC8245;
}
</style>
background-color css
<style>
a { background-color: #FC8245; }
a { background-color: rgb(252,130,69); }
div.DivClassName
{
background-color: #FC8245;
}
.BgClassName
{
background-color: #FC8245;
}
</style>
border-color css
<style>
span { border-color: #FC8245; }
span { border-color: rgb(252,130,69); }
td.TdClassName
{
border-color: #FC8245;
}
.TagClassName
{
border-color: #FC8245;
}
</style>