Shades of Coral #FC8241
Tints of Coral #FC8241
RGB
CMYK
RGB Variations
Color information
#FC8241 (or 0xFC8241) is known color: Coral. HEX triplet: FC, 82 and 41. RGB value is (252,130,65). Sum of RGB (Red+Green+Blue) = 252+130+65=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8241 is #037DBE. Grayscale: #9F9F9F. Windows color (decimal): -228799 or 4293372. OLE color: 4293372.
HSL color Cylindrical-coordinate representation of color #FC8241: hue angle of 20.86º 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 #FC8241 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 65 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.01 |
| HSL | 20.86º | 0.97% | 0.62% | - |
| HSV(B) | 20.86º | 0.74% | 0.99% | - |
| XYZ | 49.08 | 37.04 | 9.56 | - |
| YUV | 159.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 65 | 0 | 0.48 | 0.74 | 0.01 | 20.86 | 0.97 | 0.62 |
| Hex | FC | 82 | 41 | 0 | 30 | 4A | 1 | 15 | 61 | 3E |
| Octal | 374 | 202 | 101 | 0 | 60 | 112 | 1 | 25 | 141 | 76 |
| Binary | 11111100 | 10000010 | 1000001 | 0 | 110000 | 1001010 | 1 | 10101 | 1100001 | 111110 |
Color Harmonies of #FC8241
Complementary color
Monochromatic Colors of #FC8241
Black with #FC8241
Text Example
Text Example
White with #FC8241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8241; }
p { color: rgb(252,130,65); }
H1.HeaderClassName
{
color: #FC8241;
}
.AnyTagClassName
{
color: #FC8241;
}
</style>
background-color css
<style>
a { background-color: #FC8241; }
a { background-color: rgb(252,130,65); }
div.DivClassName
{
background-color: #FC8241;
}
.BgClassName
{
background-color: #FC8241;
}
</style>
border-color css
<style>
span { border-color: #FC8241; }
span { border-color: rgb(252,130,65); }
td.TdClassName
{
border-color: #FC8241;
}
.TagClassName
{
border-color: #FC8241;
}
</style>