Shades of Coral #FC8441
Tints of Coral #FC8441
RGB
CMYK
RGB Variations
Color information
#FC8441 (or 0xFC8441) is known color: Coral. HEX triplet: FC, 84 and 41. RGB value is (252,132,65). Sum of RGB (Red+Green+Blue) = 252+132+65=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8441 is #037BBE. Grayscale: #A0A0A0. Windows color (decimal): -228287 or 4293884. OLE color: 4293884.
HSL color Cylindrical-coordinate representation of color #FC8441: hue angle of 21.5º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC8441 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 65 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.01 |
| HSL | 21.5º | 0.97% | 0.62% | - |
| HSV(B) | 21.5º | 0.74% | 0.99% | - |
| XYZ | 49.35 | 37.58 | 9.65 | - |
| YUV | 160.24 | 74.26 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 65 | 0 | 0.48 | 0.74 | 0.01 | 21.5 | 0.97 | 0.62 |
| Hex | FC | 84 | 41 | 0 | 30 | 4A | 1 | 15 | 61 | 3E |
| Octal | 374 | 204 | 101 | 0 | 60 | 112 | 1 | 25 | 141 | 76 |
| Binary | 11111100 | 10000100 | 1000001 | 0 | 110000 | 1001010 | 1 | 10101 | 1100001 | 111110 |
Color Harmonies of #FC8441
Complementary color
Monochromatic Colors of #FC8441
Black with #FC8441
Text Example
Text Example
White with #FC8441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8441; }
p { color: rgb(252,132,65); }
H1.HeaderClassName
{
color: #FC8441;
}
.AnyTagClassName
{
color: #FC8441;
}
</style>
background-color css
<style>
a { background-color: #FC8441; }
a { background-color: rgb(252,132,65); }
div.DivClassName
{
background-color: #FC8441;
}
.BgClassName
{
background-color: #FC8441;
}
</style>
border-color css
<style>
span { border-color: #FC8441; }
span { border-color: rgb(252,132,65); }
td.TdClassName
{
border-color: #FC8441;
}
.TagClassName
{
border-color: #FC8441;
}
</style>