Shades of Coral #FC8845
Tints of Coral #FC8845
RGB
CMYK
RGB Variations
Color information
#FC8845 (or 0xFC8845) is known color: Coral. HEX triplet: FC, 88 and 45. RGB value is (252,136,69). Sum of RGB (Red+Green+Blue) = 252+136+69=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8845 is #0377BA. Grayscale: #A3A3A3. Windows color (decimal): -227259 or 4557052. OLE color: 4557052.
HSL color Cylindrical-coordinate representation of color #FC8845: hue angle of 21.97º 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 #FC8845 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 69 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.01 |
| HSL | 21.97º | 0.97% | 0.63% | - |
| HSV(B) | 21.97º | 0.73% | 0.99% | - |
| XYZ | 50.02 | 38.73 | 10.47 | - |
| YUV | 163.05 | 74.93 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 69 | 0 | 0.46 | 0.73 | 0.01 | 21.97 | 0.97 | 0.63 |
| Hex | FC | 88 | 45 | 0 | 2E | 49 | 1 | 16 | 61 | 3F |
| Octal | 374 | 210 | 105 | 0 | 56 | 111 | 1 | 26 | 141 | 77 |
| Binary | 11111100 | 10001000 | 1000101 | 0 | 101110 | 1001001 | 1 | 10110 | 1100001 | 111111 |
Color Harmonies of #FC8845
Complementary color
Monochromatic Colors of #FC8845
Black with #FC8845
Text Example
Text Example
White with #FC8845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8845; }
p { color: rgb(252,136,69); }
H1.HeaderClassName
{
color: #FC8845;
}
.AnyTagClassName
{
color: #FC8845;
}
</style>
background-color css
<style>
a { background-color: #FC8845; }
a { background-color: rgb(252,136,69); }
div.DivClassName
{
background-color: #FC8845;
}
.BgClassName
{
background-color: #FC8845;
}
</style>
border-color css
<style>
span { border-color: #FC8845; }
span { border-color: rgb(252,136,69); }
td.TdClassName
{
border-color: #FC8845;
}
.TagClassName
{
border-color: #FC8845;
}
</style>