Shades of Coral #FE7E5A
Tints of Coral #FE7E5A
RGB
CMYK
RGB Variations
Color information
#FE7E5A (or 0xFE7E5A) is known color: Coral. HEX triplet: FE, 7E and 5A. RGB value is (254,126,90). Sum of RGB (Red+Green+Blue) = 254+126+90=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E5A is #0181A5. Grayscale: #A0A0A0. Windows color (decimal): -98726 or 5930750. OLE color: 5930750.
HSL color Cylindrical-coordinate representation of color #FE7E5A: hue angle of 13.17º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE7E5A is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 90 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.00 |
| HSL | 13.17º | 0.99% | 0.67% | - |
| HSV(B) | 13.17º | 0.65% | 1% | - |
| XYZ | 50.18 | 36.73 | 14.12 | - |
| YUV | 160.17 | 88.41 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 90 | 0 | 0.50 | 0.65 | 0.00 | 13.17 | 0.99 | 0.67 |
| Hex | FE | 7E | 5A | 0 | 32 | 41 | 0 | D | 63 | 43 |
| Octal | 376 | 176 | 132 | 0 | 62 | 101 | 0 | 15 | 143 | 103 |
| Binary | 11111110 | 1111110 | 1011010 | 0 | 110010 | 1000001 | 0 | 1101 | 1100011 | 1000011 |
Color Harmonies of #FE7E5A
Complementary color
Monochromatic Colors of #FE7E5A
Black with #FE7E5A
Text Example
Text Example
White with #FE7E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E5A; }
p { color: rgb(254,126,90); }
H1.HeaderClassName
{
color: #FE7E5A;
}
.AnyTagClassName
{
color: #FE7E5A;
}
</style>
background-color css
<style>
a { background-color: #FE7E5A; }
a { background-color: rgb(254,126,90); }
div.DivClassName
{
background-color: #FE7E5A;
}
.BgClassName
{
background-color: #FE7E5A;
}
</style>
border-color css
<style>
span { border-color: #FE7E5A; }
span { border-color: rgb(254,126,90); }
td.TdClassName
{
border-color: #FE7E5A;
}
.TagClassName
{
border-color: #FE7E5A;
}
</style>