Shades of Coral #FA7959
Tints of Coral #FA7959
RGB
CMYK
RGB Variations
Color information
#FA7959 (or 0xFA7959) is known color: Coral. HEX triplet: FA, 79 and 59. RGB value is (250,121,89). Sum of RGB (Red+Green+Blue) = 250+121+89=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7959 is #0586A6. Grayscale: #9C9C9C. Windows color (decimal): -362151 or 5863930. OLE color: 5863930.
HSL color Cylindrical-coordinate representation of color #FA7959: hue angle of 11.93º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA7959 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 89 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.02 |
| HSL | 11.93º | 0.94% | 0.66% | - |
| HSV(B) | 11.93º | 0.64% | 0.98% | - |
| XYZ | 48.06 | 34.72 | 13.62 | - |
| YUV | 155.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 89 | 0 | 0.52 | 0.64 | 0.02 | 11.93 | 0.94 | 0.66 |
| Hex | FA | 79 | 59 | 0 | 34 | 40 | 2 | C | 5E | 42 |
| Octal | 372 | 171 | 131 | 0 | 64 | 100 | 2 | 14 | 136 | 102 |
| Binary | 11111010 | 1111001 | 1011001 | 0 | 110100 | 1000000 | 10 | 1100 | 1011110 | 1000010 |
Color Harmonies of #FA7959
Complementary color
Monochromatic Colors of #FA7959
Black with #FA7959
Text Example
Text Example
White with #FA7959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7959; }
p { color: rgb(250,121,89); }
H1.HeaderClassName
{
color: #FA7959;
}
.AnyTagClassName
{
color: #FA7959;
}
</style>
background-color css
<style>
a { background-color: #FA7959; }
a { background-color: rgb(250,121,89); }
div.DivClassName
{
background-color: #FA7959;
}
.BgClassName
{
background-color: #FA7959;
}
</style>
border-color css
<style>
span { border-color: #FA7959; }
span { border-color: rgb(250,121,89); }
td.TdClassName
{
border-color: #FA7959;
}
.TagClassName
{
border-color: #FA7959;
}
</style>