Shades of Coral #FC8046
Tints of Coral #FC8046
RGB
CMYK
RGB Variations
Color information
#FC8046 (or 0xFC8046) is known color: Coral. HEX triplet: FC, 80 and 46. RGB value is (252,128,70). Sum of RGB (Red+Green+Blue) = 252+128+70=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8046 is #037FB9. Grayscale: #9E9E9E. Windows color (decimal): -229306 or 4620540. OLE color: 4620540.
HSL color Cylindrical-coordinate representation of color #FC8046: hue angle of 19.12º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC8046 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 70 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.01 |
| HSL | 19.12º | 0.97% | 0.63% | - |
| HSV(B) | 19.12º | 0.72% | 0.99% | - |
| XYZ | 48.97 | 36.58 | 10.27 | - |
| YUV | 158.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 70 | 0 | 0.49 | 0.72 | 0.01 | 19.12 | 0.97 | 0.63 |
| Hex | FC | 80 | 46 | 0 | 31 | 48 | 1 | 13 | 61 | 3F |
| Octal | 374 | 200 | 106 | 0 | 61 | 110 | 1 | 23 | 141 | 77 |
| Binary | 11111100 | 10000000 | 1000110 | 0 | 110001 | 1001000 | 1 | 10011 | 1100001 | 111111 |
Color Harmonies of #FC8046
Complementary color
Monochromatic Colors of #FC8046
Black with #FC8046
Text Example
Text Example
White with #FC8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8046; }
p { color: rgb(252,128,70); }
H1.HeaderClassName
{
color: #FC8046;
}
.AnyTagClassName
{
color: #FC8046;
}
</style>
background-color css
<style>
a { background-color: #FC8046; }
a { background-color: rgb(252,128,70); }
div.DivClassName
{
background-color: #FC8046;
}
.BgClassName
{
background-color: #FC8046;
}
</style>
border-color css
<style>
span { border-color: #FC8046; }
span { border-color: rgb(252,128,70); }
td.TdClassName
{
border-color: #FC8046;
}
.TagClassName
{
border-color: #FC8046;
}
</style>