Shades of Coral #F67C5D
Tints of Coral #F67C5D
RGB
CMYK
RGB Variations
Color information
#F67C5D (or 0xF67C5D) is known color: Coral. HEX triplet: F6, 7C and 5D. RGB value is (246,124,93). Sum of RGB (Red+Green+Blue) = 246+124+93=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C5D is #0983A2. Grayscale: #9D9D9D. Windows color (decimal): -623523 or 6126838. OLE color: 6126838.
HSL color Cylindrical-coordinate representation of color #F67C5D: hue angle of 12.16º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F67C5D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 93 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.04 |
| HSL | 12.16º | 0.89% | 0.66% | - |
| HSV(B) | 12.16º | 0.62% | 0.96% | - |
| XYZ | 47.19 | 34.8 | 14.59 | - |
| YUV | 156.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 93 | 0 | 0.50 | 0.62 | 0.04 | 12.16 | 0.89 | 0.66 |
| Hex | F6 | 7C | 5D | 0 | 32 | 3E | 4 | C | 59 | 42 |
| Octal | 366 | 174 | 135 | 0 | 62 | 76 | 4 | 14 | 131 | 102 |
| Binary | 11110110 | 1111100 | 1011101 | 0 | 110010 | 111110 | 100 | 1100 | 1011001 | 1000010 |
Color Harmonies of #F67C5D
Complementary color
Monochromatic Colors of #F67C5D
Black with #F67C5D
Text Example
Text Example
White with #F67C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C5D; }
p { color: rgb(246,124,93); }
H1.HeaderClassName
{
color: #F67C5D;
}
.AnyTagClassName
{
color: #F67C5D;
}
</style>
background-color css
<style>
a { background-color: #F67C5D; }
a { background-color: rgb(246,124,93); }
div.DivClassName
{
background-color: #F67C5D;
}
.BgClassName
{
background-color: #F67C5D;
}
</style>
border-color css
<style>
span { border-color: #F67C5D; }
span { border-color: rgb(246,124,93); }
td.TdClassName
{
border-color: #F67C5D;
}
.TagClassName
{
border-color: #F67C5D;
}
</style>