Shades of Coral #FA7B59
Tints of Coral #FA7B59
RGB
CMYK
RGB Variations
Color information
#FA7B59 (or 0xFA7B59) is known color: Coral. HEX triplet: FA, 7B and 59. RGB value is (250,123,89). Sum of RGB (Red+Green+Blue) = 250+123+89=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B59 is #0584A6. Grayscale: #9D9D9D. Windows color (decimal): -361639 or 5864442. OLE color: 5864442.
HSL color Cylindrical-coordinate representation of color #FA7B59: hue angle of 12.67º 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 #FA7B59 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 89 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.02 |
| HSL | 12.67º | 0.94% | 0.66% | - |
| HSV(B) | 12.67º | 0.64% | 0.98% | - |
| XYZ | 48.31 | 35.21 | 13.7 | - |
| YUV | 157.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 89 | 0 | 0.51 | 0.64 | 0.02 | 12.67 | 0.94 | 0.66 |
| Hex | FA | 7B | 59 | 0 | 33 | 40 | 2 | D | 5E | 42 |
| Octal | 372 | 173 | 131 | 0 | 63 | 100 | 2 | 15 | 136 | 102 |
| Binary | 11111010 | 1111011 | 1011001 | 0 | 110011 | 1000000 | 10 | 1101 | 1011110 | 1000010 |
Color Harmonies of #FA7B59
Complementary color
Monochromatic Colors of #FA7B59
Black with #FA7B59
Text Example
Text Example
White with #FA7B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B59; }
p { color: rgb(250,123,89); }
H1.HeaderClassName
{
color: #FA7B59;
}
.AnyTagClassName
{
color: #FA7B59;
}
</style>
background-color css
<style>
a { background-color: #FA7B59; }
a { background-color: rgb(250,123,89); }
div.DivClassName
{
background-color: #FA7B59;
}
.BgClassName
{
background-color: #FA7B59;
}
</style>
border-color css
<style>
span { border-color: #FA7B59; }
span { border-color: rgb(250,123,89); }
td.TdClassName
{
border-color: #FA7B59;
}
.TagClassName
{
border-color: #FA7B59;
}
</style>