Shades of Coral #FC8553
Tints of Coral #FC8553
RGB
CMYK
RGB Variations
Color information
#FC8553 (or 0xFC8553) is known color: Coral. HEX triplet: FC, 85 and 53. RGB value is (252,133,83). Sum of RGB (Red+Green+Blue) = 252+133+83=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8553 is #037AAC. Grayscale: #A3A3A3. Windows color (decimal): -228013 or 5473788. OLE color: 5473788.
HSL color Cylindrical-coordinate representation of color #FC8553: hue angle of 17.75º 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 #FC8553 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 83 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.01 |
| HSL | 17.75º | 0.97% | 0.66% | - |
| HSV(B) | 17.75º | 0.67% | 0.99% | - |
| XYZ | 50.09 | 38.1 | 12.9 | - |
| YUV | 162.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 83 | 0 | 0.47 | 0.67 | 0.01 | 17.75 | 0.97 | 0.66 |
| Hex | FC | 85 | 53 | 0 | 2F | 43 | 1 | 12 | 61 | 42 |
| Octal | 374 | 205 | 123 | 0 | 57 | 103 | 1 | 22 | 141 | 102 |
| Binary | 11111100 | 10000101 | 1010011 | 0 | 101111 | 1000011 | 1 | 10010 | 1100001 | 1000010 |
Color Harmonies of #FC8553
Complementary color
Monochromatic Colors of #FC8553
Black with #FC8553
Text Example
Text Example
White with #FC8553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8553; }
p { color: rgb(252,133,83); }
H1.HeaderClassName
{
color: #FC8553;
}
.AnyTagClassName
{
color: #FC8553;
}
</style>
background-color css
<style>
a { background-color: #FC8553; }
a { background-color: rgb(252,133,83); }
div.DivClassName
{
background-color: #FC8553;
}
.BgClassName
{
background-color: #FC8553;
}
</style>
border-color css
<style>
span { border-color: #FC8553; }
span { border-color: rgb(252,133,83); }
td.TdClassName
{
border-color: #FC8553;
}
.TagClassName
{
border-color: #FC8553;
}
</style>