Shades of Coral #FA7E5A
Tints of Coral #FA7E5A
RGB
CMYK
RGB Variations
Color information
#FA7E5A (or 0xFA7E5A) is known color: Coral. HEX triplet: FA, 7E and 5A. RGB value is (250,126,90). Sum of RGB (Red+Green+Blue) = 250+126+90=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E5A is #0581A5. Grayscale: #9F9F9F. Windows color (decimal): -360870 or 5930746. OLE color: 5930746.
HSL color Cylindrical-coordinate representation of color #FA7E5A: hue angle of 13.5º 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 #FA7E5A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 90 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.02 |
| HSL | 13.5º | 0.94% | 0.67% | - |
| HSV(B) | 13.5º | 0.64% | 0.98% | - |
| XYZ | 48.73 | 35.98 | 14.05 | - |
| YUV | 158.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 90 | 0 | 0.50 | 0.64 | 0.02 | 13.5 | 0.94 | 0.67 |
| Hex | FA | 7E | 5A | 0 | 32 | 40 | 2 | E | 5E | 43 |
| Octal | 372 | 176 | 132 | 0 | 62 | 100 | 2 | 16 | 136 | 103 |
| Binary | 11111010 | 1111110 | 1011010 | 0 | 110010 | 1000000 | 10 | 1110 | 1011110 | 1000011 |
Color Harmonies of #FA7E5A
Complementary color
Monochromatic Colors of #FA7E5A
Black with #FA7E5A
Text Example
Text Example
White with #FA7E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E5A; }
p { color: rgb(250,126,90); }
H1.HeaderClassName
{
color: #FA7E5A;
}
.AnyTagClassName
{
color: #FA7E5A;
}
</style>
background-color css
<style>
a { background-color: #FA7E5A; }
a { background-color: rgb(250,126,90); }
div.DivClassName
{
background-color: #FA7E5A;
}
.BgClassName
{
background-color: #FA7E5A;
}
</style>
border-color css
<style>
span { border-color: #FA7E5A; }
span { border-color: rgb(250,126,90); }
td.TdClassName
{
border-color: #FA7E5A;
}
.TagClassName
{
border-color: #FA7E5A;
}
</style>