Shades of Coral #FE7E50
Tints of Coral #FE7E50
RGB
CMYK
RGB Variations
Color information
#FE7E50 (or 0xFE7E50) is known color: Coral. HEX triplet: FE, 7E and 50. RGB value is (254,126,80). Sum of RGB (Red+Green+Blue) = 254+126+80=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E50 is #0181AF. Grayscale: #9F9F9F. Windows color (decimal): -98736 or 5275390. OLE color: 5275390.
HSL color Cylindrical-coordinate representation of color #FE7E50: hue angle of 15.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE7E50 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 80 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.00 |
| HSL | 15.86º | 0.99% | 0.65% | - |
| HSV(B) | 15.86º | 0.69% | 1% | - |
| XYZ | 49.78 | 36.57 | 12.02 | - |
| YUV | 159.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 80 | 0 | 0.50 | 0.69 | 0.00 | 15.86 | 0.99 | 0.65 |
| Hex | FE | 7E | 50 | 0 | 32 | 45 | 0 | 10 | 63 | 41 |
| Octal | 376 | 176 | 120 | 0 | 62 | 105 | 0 | 20 | 143 | 101 |
| Binary | 11111110 | 1111110 | 1010000 | 0 | 110010 | 1000101 | 0 | 10000 | 1100011 | 1000001 |
Color Harmonies of #FE7E50
Complementary color
Monochromatic Colors of #FE7E50
Black with #FE7E50
Text Example
Text Example
White with #FE7E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E50; }
p { color: rgb(254,126,80); }
H1.HeaderClassName
{
color: #FE7E50;
}
.AnyTagClassName
{
color: #FE7E50;
}
</style>
background-color css
<style>
a { background-color: #FE7E50; }
a { background-color: rgb(254,126,80); }
div.DivClassName
{
background-color: #FE7E50;
}
.BgClassName
{
background-color: #FE7E50;
}
</style>
border-color css
<style>
span { border-color: #FE7E50; }
span { border-color: rgb(254,126,80); }
td.TdClassName
{
border-color: #FE7E50;
}
.TagClassName
{
border-color: #FE7E50;
}
</style>