Shades of Coral #FC864A
Tints of Coral #FC864A
RGB
CMYK
RGB Variations
Color information
#FC864A (or 0xFC864A) is known color: Coral. HEX triplet: FC, 86 and 4A. RGB value is (252,134,74). Sum of RGB (Red+Green+Blue) = 252+134+74=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC864A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC864A is #0379B5. Grayscale: #A2A2A2. Windows color (decimal): -227766 or 4884220. OLE color: 4884220.
HSL color Cylindrical-coordinate representation of color #FC864A: hue angle of 20.22º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC864A is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 74 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.01 |
| HSL | 20.22º | 0.97% | 0.64% | - |
| HSV(B) | 20.22º | 0.71% | 0.99% | - |
| XYZ | 49.91 | 38.24 | 11.23 | - |
| YUV | 162.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 74 | 0 | 0.47 | 0.71 | 0.01 | 20.22 | 0.97 | 0.64 |
| Hex | FC | 86 | 4A | 0 | 2F | 47 | 1 | 14 | 61 | 40 |
| Octal | 374 | 206 | 112 | 0 | 57 | 107 | 1 | 24 | 141 | 100 |
| Binary | 11111100 | 10000110 | 1001010 | 0 | 101111 | 1000111 | 1 | 10100 | 1100001 | 1000000 |
Color Harmonies of #FC864A
Complementary color
Monochromatic Colors of #FC864A
Black with #FC864A
Text Example
Text Example
White with #FC864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC864A; }
p { color: rgb(252,134,74); }
H1.HeaderClassName
{
color: #FC864A;
}
.AnyTagClassName
{
color: #FC864A;
}
</style>
background-color css
<style>
a { background-color: #FC864A; }
a { background-color: rgb(252,134,74); }
div.DivClassName
{
background-color: #FC864A;
}
.BgClassName
{
background-color: #FC864A;
}
</style>
border-color css
<style>
span { border-color: #FC864A; }
span { border-color: rgb(252,134,74); }
td.TdClassName
{
border-color: #FC864A;
}
.TagClassName
{
border-color: #FC864A;
}
</style>