Shades of Coral #FC8254
Tints of Coral #FC8254
RGB
CMYK
RGB Variations
Color information
#FC8254 (or 0xFC8254) is known color: Coral. HEX triplet: FC, 82 and 54. RGB value is (252,130,84). Sum of RGB (Red+Green+Blue) = 252+130+84=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8254 is #037DAB. Grayscale: #A1A1A1. Windows color (decimal): -228780 or 5538556. OLE color: 5538556.
HSL color Cylindrical-coordinate representation of color #FC8254: hue angle of 16.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC8254 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 84 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.01 |
| HSL | 16.43º | 0.97% | 0.66% | - |
| HSV(B) | 16.43º | 0.67% | 0.99% | - |
| XYZ | 49.73 | 37.3 | 12.97 | - |
| YUV | 161.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 84 | 0 | 0.48 | 0.67 | 0.01 | 16.43 | 0.97 | 0.66 |
| Hex | FC | 82 | 54 | 0 | 30 | 43 | 1 | 10 | 61 | 42 |
| Octal | 374 | 202 | 124 | 0 | 60 | 103 | 1 | 20 | 141 | 102 |
| Binary | 11111100 | 10000010 | 1010100 | 0 | 110000 | 1000011 | 1 | 10000 | 1100001 | 1000010 |
Color Harmonies of #FC8254
Complementary color
Monochromatic Colors of #FC8254
Black with #FC8254
Text Example
Text Example
White with #FC8254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8254; }
p { color: rgb(252,130,84); }
H1.HeaderClassName
{
color: #FC8254;
}
.AnyTagClassName
{
color: #FC8254;
}
</style>
background-color css
<style>
a { background-color: #FC8254; }
a { background-color: rgb(252,130,84); }
div.DivClassName
{
background-color: #FC8254;
}
.BgClassName
{
background-color: #FC8254;
}
</style>
border-color css
<style>
span { border-color: #FC8254; }
span { border-color: rgb(252,130,84); }
td.TdClassName
{
border-color: #FC8254;
}
.TagClassName
{
border-color: #FC8254;
}
</style>