Shades of Coral #FF764D
Tints of Coral #FF764D
RGB
CMYK
RGB Variations
Color information
#FF764D (or 0xFF764D) is known color: Coral. HEX triplet: FF, 76 and 4D. RGB value is (255,118,77). Sum of RGB (Red+Green+Blue) = 255+118+77=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF764D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF764D is #0089B2. Grayscale: #9A9A9A. Windows color (decimal): -35251 or 5076735. OLE color: 5076735.
HSL color Cylindrical-coordinate representation of color #FF764D: hue angle of 13.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF764D is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 77 | - |
| CMYK | 0 | 0.54 | 0.70 | 0 |
| HSL | 13.82º | 1% | 0.65% | - |
| HSV(B) | 13.82º | 0.7% | 1% | - |
| XYZ | 49.06 | 34.75 | 11.14 | - |
| YUV | 154.29 | 84.39 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 77 | 0 | 0.54 | 0.70 | 0 | 13.82 | 1 | 0.65 |
| Hex | FF | 76 | 4D | 0 | 36 | 46 | 0 | E | 64 | 41 |
| Octal | 377 | 166 | 115 | 0 | 66 | 106 | 0 | 16 | 144 | 101 |
| Binary | 11111111 | 1110110 | 1001101 | 0 | 110110 | 1000110 | 0 | 1110 | 1100100 | 1000001 |
Color Harmonies of #FF764D
Complementary color
Monochromatic Colors of #FF764D
Black with #FF764D
Text Example
Text Example
White with #FF764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF764D; }
p { color: rgb(255,118,77); }
H1.HeaderClassName
{
color: #FF764D;
}
.AnyTagClassName
{
color: #FF764D;
}
</style>
background-color css
<style>
a { background-color: #FF764D; }
a { background-color: rgb(255,118,77); }
div.DivClassName
{
background-color: #FF764D;
}
.BgClassName
{
background-color: #FF764D;
}
</style>
border-color css
<style>
span { border-color: #FF764D; }
span { border-color: rgb(255,118,77); }
td.TdClassName
{
border-color: #FF764D;
}
.TagClassName
{
border-color: #FF764D;
}
</style>