Shades of Coral #FF7E50
Tints of Coral #FF7E50
RGB
CMYK
RGB Variations
Color information
#FF7E50 (or 0xFF7E50) is known color: Coral. HEX triplet: FF, 7E and 50. RGB value is (255,126,80). Sum of RGB (Red+Green+Blue) = 255+126+80=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E50 is #0081AF. Grayscale: #9F9F9F. Windows color (decimal): -33200 or 5275391. OLE color: 5275391.
HSL color Cylindrical-coordinate representation of color #FF7E50: hue angle of 15.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF7E50 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 80 | - |
| CMYK | 0 | 0.51 | 0.69 | 0 |
| HSL | 15.77º | 1% | 0.66% | - |
| HSV(B) | 15.77º | 0.69% | 1% | - |
| XYZ | 50.15 | 36.76 | 12.04 | - |
| YUV | 159.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 80 | 0 | 0.51 | 0.69 | 0 | 15.77 | 1 | 0.66 |
| Hex | FF | 7E | 50 | 0 | 33 | 45 | 0 | 10 | 64 | 42 |
| Octal | 377 | 176 | 120 | 0 | 63 | 105 | 0 | 20 | 144 | 102 |
| Binary | 11111111 | 1111110 | 1010000 | 0 | 110011 | 1000101 | 0 | 10000 | 1100100 | 1000010 |
Color Harmonies of #FF7E50
Complementary color
Monochromatic Colors of #FF7E50
Black with #FF7E50
Text Example
Text Example
White with #FF7E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E50; }
p { color: rgb(255,126,80); }
H1.HeaderClassName
{
color: #FF7E50;
}
.AnyTagClassName
{
color: #FF7E50;
}
</style>
background-color css
<style>
a { background-color: #FF7E50; }
a { background-color: rgb(255,126,80); }
div.DivClassName
{
background-color: #FF7E50;
}
.BgClassName
{
background-color: #FF7E50;
}
</style>
border-color css
<style>
span { border-color: #FF7E50; }
span { border-color: rgb(255,126,80); }
td.TdClassName
{
border-color: #FF7E50;
}
.TagClassName
{
border-color: #FF7E50;
}
</style>