Shades of Coral #FA7D5A
Tints of Coral #FA7D5A
RGB
CMYK
RGB Variations
Color information
#FA7D5A (or 0xFA7D5A) is known color: Coral. HEX triplet: FA, 7D and 5A. RGB value is (250,125,90). Sum of RGB (Red+Green+Blue) = 250+125+90=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D5A is #0582A5. Grayscale: #9E9E9E. Windows color (decimal): -361126 or 5930490. OLE color: 5930490.
HSL color Cylindrical-coordinate representation of color #FA7D5A: hue angle of 13.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA7D5A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 90 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.02 |
| HSL | 13.13º | 0.94% | 0.67% | - |
| HSV(B) | 13.13º | 0.64% | 0.98% | - |
| XYZ | 48.6 | 35.73 | 14.01 | - |
| YUV | 158.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 90 | 0 | 0.50 | 0.64 | 0.02 | 13.13 | 0.94 | 0.67 |
| Hex | FA | 7D | 5A | 0 | 32 | 40 | 2 | D | 5E | 43 |
| Octal | 372 | 175 | 132 | 0 | 62 | 100 | 2 | 15 | 136 | 103 |
| Binary | 11111010 | 1111101 | 1011010 | 0 | 110010 | 1000000 | 10 | 1101 | 1011110 | 1000011 |
Color Harmonies of #FA7D5A
Complementary color
Monochromatic Colors of #FA7D5A
Black with #FA7D5A
Text Example
Text Example
White with #FA7D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D5A; }
p { color: rgb(250,125,90); }
H1.HeaderClassName
{
color: #FA7D5A;
}
.AnyTagClassName
{
color: #FA7D5A;
}
</style>
background-color css
<style>
a { background-color: #FA7D5A; }
a { background-color: rgb(250,125,90); }
div.DivClassName
{
background-color: #FA7D5A;
}
.BgClassName
{
background-color: #FA7D5A;
}
</style>
border-color css
<style>
span { border-color: #FA7D5A; }
span { border-color: rgb(250,125,90); }
td.TdClassName
{
border-color: #FA7D5A;
}
.TagClassName
{
border-color: #FA7D5A;
}
</style>