Shades of Coral #F97C5D
Tints of Coral #F97C5D
RGB
CMYK
RGB Variations
Color information
#F97C5D (or 0xF97C5D) is known color: Coral. HEX triplet: F9, 7C and 5D. RGB value is (249,124,93). Sum of RGB (Red+Green+Blue) = 249+124+93=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C5D is #0683A2. Grayscale: #9E9E9E. Windows color (decimal): -426915 or 6126841. OLE color: 6126841.
HSL color Cylindrical-coordinate representation of color #F97C5D: hue angle of 11.92º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F97C5D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 93 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.02 |
| HSL | 11.92º | 0.93% | 0.67% | - |
| HSV(B) | 11.92º | 0.63% | 0.98% | - |
| XYZ | 48.25 | 35.35 | 14.64 | - |
| YUV | 157.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 93 | 0 | 0.50 | 0.63 | 0.02 | 11.92 | 0.93 | 0.67 |
| Hex | F9 | 7C | 5D | 0 | 32 | 3F | 2 | C | 5D | 43 |
| Octal | 371 | 174 | 135 | 0 | 62 | 77 | 2 | 14 | 135 | 103 |
| Binary | 11111001 | 1111100 | 1011101 | 0 | 110010 | 111111 | 10 | 1100 | 1011101 | 1000011 |
Color Harmonies of #F97C5D
Complementary color
Monochromatic Colors of #F97C5D
Black with #F97C5D
Text Example
Text Example
White with #F97C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C5D; }
p { color: rgb(249,124,93); }
H1.HeaderClassName
{
color: #F97C5D;
}
.AnyTagClassName
{
color: #F97C5D;
}
</style>
background-color css
<style>
a { background-color: #F97C5D; }
a { background-color: rgb(249,124,93); }
div.DivClassName
{
background-color: #F97C5D;
}
.BgClassName
{
background-color: #F97C5D;
}
</style>
border-color css
<style>
span { border-color: #F97C5D; }
span { border-color: rgb(249,124,93); }
td.TdClassName
{
border-color: #F97C5D;
}
.TagClassName
{
border-color: #F97C5D;
}
</style>