Shades of Coral #FA7E4D
Tints of Coral #FA7E4D
RGB
CMYK
RGB Variations
Color information
#FA7E4D (or 0xFA7E4D) is known color: Coral. HEX triplet: FA, 7E and 4D. RGB value is (250,126,77). Sum of RGB (Red+Green+Blue) = 250+126+77=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E4D is #0581B2. Grayscale: #9D9D9D. Windows color (decimal): -360883 or 5078778. OLE color: 5078778.
HSL color Cylindrical-coordinate representation of color #FA7E4D: hue angle of 16.99º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA7E4D is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 77 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.02 |
| HSL | 16.99º | 0.95% | 0.64% | - |
| HSV(B) | 16.99º | 0.69% | 0.98% | - |
| XYZ | 48.22 | 35.78 | 11.39 | - |
| YUV | 157.49 | 82.58 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 77 | 0 | 0.50 | 0.69 | 0.02 | 16.99 | 0.95 | 0.64 |
| Hex | FA | 7E | 4D | 0 | 32 | 45 | 2 | 11 | 5F | 40 |
| Octal | 372 | 176 | 115 | 0 | 62 | 105 | 2 | 21 | 137 | 100 |
| Binary | 11111010 | 1111110 | 1001101 | 0 | 110010 | 1000101 | 10 | 10001 | 1011111 | 1000000 |
Color Harmonies of #FA7E4D
Complementary color
Monochromatic Colors of #FA7E4D
Black with #FA7E4D
Text Example
Text Example
White with #FA7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E4D; }
p { color: rgb(250,126,77); }
H1.HeaderClassName
{
color: #FA7E4D;
}
.AnyTagClassName
{
color: #FA7E4D;
}
</style>
background-color css
<style>
a { background-color: #FA7E4D; }
a { background-color: rgb(250,126,77); }
div.DivClassName
{
background-color: #FA7E4D;
}
.BgClassName
{
background-color: #FA7E4D;
}
</style>
border-color css
<style>
span { border-color: #FA7E4D; }
span { border-color: rgb(250,126,77); }
td.TdClassName
{
border-color: #FA7E4D;
}
.TagClassName
{
border-color: #FA7E4D;
}
</style>