Shades of Coral #FC8344
Tints of Coral #FC8344
RGB
CMYK
RGB Variations
Color information
#FC8344 (or 0xFC8344) is known color: Coral. HEX triplet: FC, 83 and 44. RGB value is (252,131,68). Sum of RGB (Red+Green+Blue) = 252+131+68=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8344 is #037CBB. Grayscale: #A0A0A0. Windows color (decimal): -228540 or 4490236. OLE color: 4490236.
HSL color Cylindrical-coordinate representation of color #FC8344: hue angle of 20.54º 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 #FC8344 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 68 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.01 |
| HSL | 20.54º | 0.97% | 0.63% | - |
| HSV(B) | 20.54º | 0.73% | 0.99% | - |
| XYZ | 49.3 | 37.35 | 10.08 | - |
| YUV | 160 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 68 | 0 | 0.48 | 0.73 | 0.01 | 20.54 | 0.97 | 0.63 |
| Hex | FC | 83 | 44 | 0 | 30 | 49 | 1 | 15 | 61 | 3F |
| Octal | 374 | 203 | 104 | 0 | 60 | 111 | 1 | 25 | 141 | 77 |
| Binary | 11111100 | 10000011 | 1000100 | 0 | 110000 | 1001001 | 1 | 10101 | 1100001 | 111111 |
Color Harmonies of #FC8344
Complementary color
Monochromatic Colors of #FC8344
Black with #FC8344
Text Example
Text Example
White with #FC8344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8344; }
p { color: rgb(252,131,68); }
H1.HeaderClassName
{
color: #FC8344;
}
.AnyTagClassName
{
color: #FC8344;
}
</style>
background-color css
<style>
a { background-color: #FC8344; }
a { background-color: rgb(252,131,68); }
div.DivClassName
{
background-color: #FC8344;
}
.BgClassName
{
background-color: #FC8344;
}
</style>
border-color css
<style>
span { border-color: #FC8344; }
span { border-color: rgb(252,131,68); }
td.TdClassName
{
border-color: #FC8344;
}
.TagClassName
{
border-color: #FC8344;
}
</style>