Shades of Coral #FC8145
Tints of Coral #FC8145
RGB
CMYK
RGB Variations
Color information
#FC8145 (or 0xFC8145) is known color: Coral. HEX triplet: FC, 81 and 45. RGB value is (252,129,69). Sum of RGB (Red+Green+Blue) = 252+129+69=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8145 is #037EBA. Grayscale: #9F9F9F. Windows color (decimal): -229051 or 4555260. OLE color: 4555260.
HSL color Cylindrical-coordinate representation of color #FC8145: hue angle of 19.67º 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 #FC8145 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 69 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.01 |
| HSL | 19.67º | 0.97% | 0.63% | - |
| HSV(B) | 19.67º | 0.73% | 0.99% | - |
| XYZ | 49.07 | 36.83 | 10.15 | - |
| YUV | 158.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 69 | 0 | 0.49 | 0.73 | 0.01 | 19.67 | 0.97 | 0.63 |
| Hex | FC | 81 | 45 | 0 | 31 | 49 | 1 | 14 | 61 | 3F |
| Octal | 374 | 201 | 105 | 0 | 61 | 111 | 1 | 24 | 141 | 77 |
| Binary | 11111100 | 10000001 | 1000101 | 0 | 110001 | 1001001 | 1 | 10100 | 1100001 | 111111 |
Color Harmonies of #FC8145
Complementary color
Monochromatic Colors of #FC8145
Black with #FC8145
Text Example
Text Example
White with #FC8145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8145; }
p { color: rgb(252,129,69); }
H1.HeaderClassName
{
color: #FC8145;
}
.AnyTagClassName
{
color: #FC8145;
}
</style>
background-color css
<style>
a { background-color: #FC8145; }
a { background-color: rgb(252,129,69); }
div.DivClassName
{
background-color: #FC8145;
}
.BgClassName
{
background-color: #FC8145;
}
</style>
border-color css
<style>
span { border-color: #FC8145; }
span { border-color: rgb(252,129,69); }
td.TdClassName
{
border-color: #FC8145;
}
.TagClassName
{
border-color: #FC8145;
}
</style>