Shades of Coral #FC7A41
Tints of Coral #FC7A41
RGB
CMYK
RGB Variations
Color information
#FC7A41 (or 0xFC7A41) is known color: Coral. HEX triplet: FC, 7A and 41. RGB value is (252,122,65). Sum of RGB (Red+Green+Blue) = 252+122+65=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A41 is #0385BE. Grayscale: #9A9A9A. Windows color (decimal): -230847 or 4291324. OLE color: 4291324.
HSL color Cylindrical-coordinate representation of color #FC7A41: hue angle of 18.29º 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 #FC7A41 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 65 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.01 |
| HSL | 18.29º | 0.97% | 0.62% | - |
| HSV(B) | 18.29º | 0.74% | 0.99% | - |
| XYZ | 48.06 | 35 | 9.22 | - |
| YUV | 154.37 | 77.57 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 65 | 0 | 0.52 | 0.74 | 0.01 | 18.29 | 0.97 | 0.62 |
| Hex | FC | 7A | 41 | 0 | 34 | 4A | 1 | 12 | 61 | 3E |
| Octal | 374 | 172 | 101 | 0 | 64 | 112 | 1 | 22 | 141 | 76 |
| Binary | 11111100 | 1111010 | 1000001 | 0 | 110100 | 1001010 | 1 | 10010 | 1100001 | 111110 |
Color Harmonies of #FC7A41
Complementary color
Monochromatic Colors of #FC7A41
Black with #FC7A41
Text Example
Text Example
White with #FC7A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A41; }
p { color: rgb(252,122,65); }
H1.HeaderClassName
{
color: #FC7A41;
}
.AnyTagClassName
{
color: #FC7A41;
}
</style>
background-color css
<style>
a { background-color: #FC7A41; }
a { background-color: rgb(252,122,65); }
div.DivClassName
{
background-color: #FC7A41;
}
.BgClassName
{
background-color: #FC7A41;
}
</style>
border-color css
<style>
span { border-color: #FC7A41; }
span { border-color: rgb(252,122,65); }
td.TdClassName
{
border-color: #FC7A41;
}
.TagClassName
{
border-color: #FC7A41;
}
</style>