Shades of Coral #FC844B
Tints of Coral #FC844B
RGB
CMYK
RGB Variations
Color information
#FC844B (or 0xFC844B) is known color: Coral. HEX triplet: FC, 84 and 4B. RGB value is (252,132,75). Sum of RGB (Red+Green+Blue) = 252+132+75=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC844B is #037BB4. Grayscale: #A1A1A1. Windows color (decimal): -228277 or 4949244. OLE color: 4949244.
HSL color Cylindrical-coordinate representation of color #FC844B: hue angle of 19.32º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC844B is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 75 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.01 |
| HSL | 19.32º | 0.97% | 0.64% | - |
| HSV(B) | 19.32º | 0.7% | 0.99% | - |
| XYZ | 49.67 | 37.71 | 11.32 | - |
| YUV | 161.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 75 | 0 | 0.48 | 0.70 | 0.01 | 19.32 | 0.97 | 0.64 |
| Hex | FC | 84 | 4B | 0 | 30 | 46 | 1 | 13 | 61 | 40 |
| Octal | 374 | 204 | 113 | 0 | 60 | 106 | 1 | 23 | 141 | 100 |
| Binary | 11111100 | 10000100 | 1001011 | 0 | 110000 | 1000110 | 1 | 10011 | 1100001 | 1000000 |
Color Harmonies of #FC844B
Complementary color
Monochromatic Colors of #FC844B
Black with #FC844B
Text Example
Text Example
White with #FC844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC844B; }
p { color: rgb(252,132,75); }
H1.HeaderClassName
{
color: #FC844B;
}
.AnyTagClassName
{
color: #FC844B;
}
</style>
background-color css
<style>
a { background-color: #FC844B; }
a { background-color: rgb(252,132,75); }
div.DivClassName
{
background-color: #FC844B;
}
.BgClassName
{
background-color: #FC844B;
}
</style>
border-color css
<style>
span { border-color: #FC844B; }
span { border-color: rgb(252,132,75); }
td.TdClassName
{
border-color: #FC844B;
}
.TagClassName
{
border-color: #FC844B;
}
</style>