Shades of Coral #FC8260
Tints of Coral #FC8260
RGB
CMYK
RGB Variations
Color information
#FC8260 (or 0xFC8260) is known color: Coral. HEX triplet: FC, 82 and 60. RGB value is (252,130,96). Sum of RGB (Red+Green+Blue) = 252+130+96=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8260 is #037D9F. Grayscale: #A2A2A2. Windows color (decimal): -228768 or 6324988. OLE color: 6324988.
HSL color Cylindrical-coordinate representation of color #FC8260: hue angle of 13.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC8260 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 96 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.01 |
| HSL | 13.08º | 0.96% | 0.68% | - |
| HSV(B) | 13.08º | 0.62% | 0.99% | - |
| XYZ | 50.24 | 37.51 | 15.66 | - |
| YUV | 162.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 96 | 0 | 0.48 | 0.62 | 0.01 | 13.08 | 0.96 | 0.68 |
| Hex | FC | 82 | 60 | 0 | 30 | 3E | 1 | D | 60 | 44 |
| Octal | 374 | 202 | 140 | 0 | 60 | 76 | 1 | 15 | 140 | 104 |
| Binary | 11111100 | 10000010 | 1100000 | 0 | 110000 | 111110 | 1 | 1101 | 1100000 | 1000100 |
Color Harmonies of #FC8260
Complementary color
Monochromatic Colors of #FC8260
Black with #FC8260
Text Example
Text Example
White with #FC8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8260; }
p { color: rgb(252,130,96); }
H1.HeaderClassName
{
color: #FC8260;
}
.AnyTagClassName
{
color: #FC8260;
}
</style>
background-color css
<style>
a { background-color: #FC8260; }
a { background-color: rgb(252,130,96); }
div.DivClassName
{
background-color: #FC8260;
}
.BgClassName
{
background-color: #FC8260;
}
</style>
border-color css
<style>
span { border-color: #FC8260; }
span { border-color: rgb(252,130,96); }
td.TdClassName
{
border-color: #FC8260;
}
.TagClassName
{
border-color: #FC8260;
}
</style>