Shades of Coral #FF7E5D
Tints of Coral #FF7E5D
RGB
CMYK
RGB Variations
Color information
#FF7E5D (or 0xFF7E5D) is known color: Coral. HEX triplet: FF, 7E and 5D. RGB value is (255,126,93). Sum of RGB (Red+Green+Blue) = 255+126+93=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E5D is #0081A2. Grayscale: #A1A1A1. Windows color (decimal): -33187 or 6127359. OLE color: 6127359.
HSL color Cylindrical-coordinate representation of color #FF7E5D: hue angle of 12.22º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF7E5D is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 93 | - |
| CMYK | 0 | 0.51 | 0.64 | 0 |
| HSL | 12.22º | 1% | 0.68% | - |
| HSV(B) | 12.22º | 0.64% | 1% | - |
| XYZ | 50.68 | 36.97 | 14.82 | - |
| YUV | 160.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 93 | 0 | 0.51 | 0.64 | 0 | 12.22 | 1 | 0.68 |
| Hex | FF | 7E | 5D | 0 | 33 | 40 | 0 | C | 64 | 44 |
| Octal | 377 | 176 | 135 | 0 | 63 | 100 | 0 | 14 | 144 | 104 |
| Binary | 11111111 | 1111110 | 1011101 | 0 | 110011 | 1000000 | 0 | 1100 | 1100100 | 1000100 |
Color Harmonies of #FF7E5D
Complementary color
Monochromatic Colors of #FF7E5D
Black with #FF7E5D
Text Example
Text Example
White with #FF7E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E5D; }
p { color: rgb(255,126,93); }
H1.HeaderClassName
{
color: #FF7E5D;
}
.AnyTagClassName
{
color: #FF7E5D;
}
</style>
background-color css
<style>
a { background-color: #FF7E5D; }
a { background-color: rgb(255,126,93); }
div.DivClassName
{
background-color: #FF7E5D;
}
.BgClassName
{
background-color: #FF7E5D;
}
</style>
border-color css
<style>
span { border-color: #FF7E5D; }
span { border-color: rgb(255,126,93); }
td.TdClassName
{
border-color: #FF7E5D;
}
.TagClassName
{
border-color: #FF7E5D;
}
</style>