Shades of Coral #FC803F
Tints of Coral #FC803F
RGB
CMYK
RGB Variations
Color information
#FC803F (or 0xFC803F) is known color: Coral. HEX triplet: FC, 80 and 3F. RGB value is (252,128,63). Sum of RGB (Red+Green+Blue) = 252+128+63=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC803F is #037FC0. Grayscale: #9E9E9E. Windows color (decimal): -229313 or 4161788. OLE color: 4161788.
HSL color Cylindrical-coordinate representation of color #FC803F: hue angle of 20.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC803F is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 63 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.01 |
| HSL | 20.63º | 0.97% | 0.62% | - |
| HSV(B) | 20.63º | 0.75% | 0.99% | - |
| XYZ | 48.76 | 36.49 | 9.18 | - |
| YUV | 157.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 63 | 0 | 0.49 | 0.75 | 0.01 | 20.63 | 0.97 | 0.62 |
| Hex | FC | 80 | 3F | 0 | 31 | 4B | 1 | 15 | 61 | 3E |
| Octal | 374 | 200 | 77 | 0 | 61 | 113 | 1 | 25 | 141 | 76 |
| Binary | 11111100 | 10000000 | 111111 | 0 | 110001 | 1001011 | 1 | 10101 | 1100001 | 111110 |
Color Harmonies of #FC803F
Complementary color
Monochromatic Colors of #FC803F
Black with #FC803F
Text Example
Text Example
White with #FC803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC803F; }
p { color: rgb(252,128,63); }
H1.HeaderClassName
{
color: #FC803F;
}
.AnyTagClassName
{
color: #FC803F;
}
</style>
background-color css
<style>
a { background-color: #FC803F; }
a { background-color: rgb(252,128,63); }
div.DivClassName
{
background-color: #FC803F;
}
.BgClassName
{
background-color: #FC803F;
}
</style>
border-color css
<style>
span { border-color: #FC803F; }
span { border-color: rgb(252,128,63); }
td.TdClassName
{
border-color: #FC803F;
}
.TagClassName
{
border-color: #FC803F;
}
</style>