Shades of Coral #FF7D4E
Tints of Coral #FF7D4E
RGB
CMYK
RGB Variations
Color information
#FF7D4E (or 0xFF7D4E) is known color: Coral. HEX triplet: FF, 7D and 4E. RGB value is (255,125,78). Sum of RGB (Red+Green+Blue) = 255+125+78=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D4E is #0082B1. Grayscale: #9E9E9E. Windows color (decimal): -33458 or 5144063. OLE color: 5144063.
HSL color Cylindrical-coordinate representation of color #FF7D4E: hue angle of 15.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF7D4E is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 78 | - |
| CMYK | 0 | 0.51 | 0.69 | 0 |
| HSL | 15.93º | 1% | 0.65% | - |
| HSV(B) | 15.93º | 0.69% | 1% | - |
| XYZ | 49.95 | 36.48 | 11.62 | - |
| YUV | 158.51 | 82.57 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 78 | 0 | 0.51 | 0.69 | 0 | 15.93 | 1 | 0.65 |
| Hex | FF | 7D | 4E | 0 | 33 | 45 | 0 | 10 | 64 | 41 |
| Octal | 377 | 175 | 116 | 0 | 63 | 105 | 0 | 20 | 144 | 101 |
| Binary | 11111111 | 1111101 | 1001110 | 0 | 110011 | 1000101 | 0 | 10000 | 1100100 | 1000001 |
Color Harmonies of #FF7D4E
Complementary color
Monochromatic Colors of #FF7D4E
Black with #FF7D4E
Text Example
Text Example
White with #FF7D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D4E; }
p { color: rgb(255,125,78); }
H1.HeaderClassName
{
color: #FF7D4E;
}
.AnyTagClassName
{
color: #FF7D4E;
}
</style>
background-color css
<style>
a { background-color: #FF7D4E; }
a { background-color: rgb(255,125,78); }
div.DivClassName
{
background-color: #FF7D4E;
}
.BgClassName
{
background-color: #FF7D4E;
}
</style>
border-color css
<style>
span { border-color: #FF7D4E; }
span { border-color: rgb(255,125,78); }
td.TdClassName
{
border-color: #FF7D4E;
}
.TagClassName
{
border-color: #FF7D4E;
}
</style>