Shades of Coral #FA7E5E
Tints of Coral #FA7E5E
RGB
CMYK
RGB Variations
Color information
#FA7E5E (or 0xFA7E5E) is known color: Coral. HEX triplet: FA, 7E and 5E. RGB value is (250,126,94). Sum of RGB (Red+Green+Blue) = 250+126+94=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E5E is #0581A1. Grayscale: #9F9F9F. Windows color (decimal): -360866 or 6192890. OLE color: 6192890.
HSL color Cylindrical-coordinate representation of color #FA7E5E: hue angle of 12.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA7E5E is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 94 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.02 |
| HSL | 12.31º | 0.94% | 0.67% | - |
| HSV(B) | 12.31º | 0.62% | 0.98% | - |
| XYZ | 48.91 | 36.05 | 14.97 | - |
| YUV | 159.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 94 | 0 | 0.50 | 0.62 | 0.02 | 12.31 | 0.94 | 0.67 |
| Hex | FA | 7E | 5E | 0 | 32 | 3E | 2 | C | 5E | 43 |
| Octal | 372 | 176 | 136 | 0 | 62 | 76 | 2 | 14 | 136 | 103 |
| Binary | 11111010 | 1111110 | 1011110 | 0 | 110010 | 111110 | 10 | 1100 | 1011110 | 1000011 |
Color Harmonies of #FA7E5E
Complementary color
Monochromatic Colors of #FA7E5E
Black with #FA7E5E
Text Example
Text Example
White with #FA7E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E5E; }
p { color: rgb(250,126,94); }
H1.HeaderClassName
{
color: #FA7E5E;
}
.AnyTagClassName
{
color: #FA7E5E;
}
</style>
background-color css
<style>
a { background-color: #FA7E5E; }
a { background-color: rgb(250,126,94); }
div.DivClassName
{
background-color: #FA7E5E;
}
.BgClassName
{
background-color: #FA7E5E;
}
</style>
border-color css
<style>
span { border-color: #FA7E5E; }
span { border-color: rgb(250,126,94); }
td.TdClassName
{
border-color: #FA7E5E;
}
.TagClassName
{
border-color: #FA7E5E;
}
</style>