Shades of Coral #FF764F
Tints of Coral #FF764F
RGB
CMYK
RGB Variations
Color information
#FF764F (or 0xFF764F) is known color: Coral. HEX triplet: FF, 76 and 4F. RGB value is (255,118,79). Sum of RGB (Red+Green+Blue) = 255+118+79=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF764F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF764F is #0089B0. Grayscale: #9A9A9A. Windows color (decimal): -35249 or 5207807. OLE color: 5207807.
HSL color Cylindrical-coordinate representation of color #FF764F: hue angle of 13.3º 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 #FF764F is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 79 | - |
| CMYK | 0 | 0.54 | 0.69 | 0 |
| HSL | 13.3º | 1% | 0.65% | - |
| HSV(B) | 13.3º | 0.69% | 1% | - |
| XYZ | 49.13 | 34.78 | 11.52 | - |
| YUV | 154.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 79 | 0 | 0.54 | 0.69 | 0 | 13.3 | 1 | 0.65 |
| Hex | FF | 76 | 4F | 0 | 36 | 45 | 0 | D | 64 | 41 |
| Octal | 377 | 166 | 117 | 0 | 66 | 105 | 0 | 15 | 144 | 101 |
| Binary | 11111111 | 1110110 | 1001111 | 0 | 110110 | 1000101 | 0 | 1101 | 1100100 | 1000001 |
Color Harmonies of #FF764F
Complementary color
Monochromatic Colors of #FF764F
Black with #FF764F
Text Example
Text Example
White with #FF764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF764F; }
p { color: rgb(255,118,79); }
H1.HeaderClassName
{
color: #FF764F;
}
.AnyTagClassName
{
color: #FF764F;
}
</style>
background-color css
<style>
a { background-color: #FF764F; }
a { background-color: rgb(255,118,79); }
div.DivClassName
{
background-color: #FF764F;
}
.BgClassName
{
background-color: #FF764F;
}
</style>
border-color css
<style>
span { border-color: #FF764F; }
span { border-color: rgb(255,118,79); }
td.TdClassName
{
border-color: #FF764F;
}
.TagClassName
{
border-color: #FF764F;
}
</style>