Shades of Coral #FC8259
Tints of Coral #FC8259
RGB
CMYK
RGB Variations
Color information
#FC8259 (or 0xFC8259) is known color: Coral. HEX triplet: FC, 82 and 59. RGB value is (252,130,89). Sum of RGB (Red+Green+Blue) = 252+130+89=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8259 is #037DA6. Grayscale: #A2A2A2. Windows color (decimal): -228775 or 5866236. OLE color: 5866236.
HSL color Cylindrical-coordinate representation of color #FC8259: hue angle of 15.09º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC8259 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 89 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.01 |
| HSL | 15.09º | 0.96% | 0.67% | - |
| HSV(B) | 15.09º | 0.65% | 0.99% | - |
| XYZ | 49.93 | 37.38 | 14.04 | - |
| YUV | 161.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 89 | 0 | 0.48 | 0.65 | 0.01 | 15.09 | 0.96 | 0.67 |
| Hex | FC | 82 | 59 | 0 | 30 | 41 | 1 | F | 60 | 43 |
| Octal | 374 | 202 | 131 | 0 | 60 | 101 | 1 | 17 | 140 | 103 |
| Binary | 11111100 | 10000010 | 1011001 | 0 | 110000 | 1000001 | 1 | 1111 | 1100000 | 1000011 |
Color Harmonies of #FC8259
Complementary color
Monochromatic Colors of #FC8259
Black with #FC8259
Text Example
Text Example
White with #FC8259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8259; }
p { color: rgb(252,130,89); }
H1.HeaderClassName
{
color: #FC8259;
}
.AnyTagClassName
{
color: #FC8259;
}
</style>
background-color css
<style>
a { background-color: #FC8259; }
a { background-color: rgb(252,130,89); }
div.DivClassName
{
background-color: #FC8259;
}
.BgClassName
{
background-color: #FC8259;
}
</style>
border-color css
<style>
span { border-color: #FC8259; }
span { border-color: rgb(252,130,89); }
td.TdClassName
{
border-color: #FC8259;
}
.TagClassName
{
border-color: #FC8259;
}
</style>