Shades of Coral #FF764A
Tints of Coral #FF764A
RGB
CMYK
RGB Variations
Color information
#FF764A (or 0xFF764A) is known color: Coral. HEX triplet: FF, 76 and 4A. RGB value is (255,118,74). Sum of RGB (Red+Green+Blue) = 255+118+74=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF764A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF764A is #0089B5. Grayscale: #9A9A9A. Windows color (decimal): -35254 or 4880127. OLE color: 4880127.
HSL color Cylindrical-coordinate representation of color #FF764A: hue angle of 14.59º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF764A is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 74 | - |
| CMYK | 0 | 0.54 | 0.71 | 0 |
| HSL | 14.59º | 1% | 0.65% | - |
| HSV(B) | 14.59º | 0.71% | 1% | - |
| XYZ | 48.95 | 34.71 | 10.6 | - |
| YUV | 153.95 | 82.89 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 74 | 0 | 0.54 | 0.71 | 0 | 14.59 | 1 | 0.65 |
| Hex | FF | 76 | 4A | 0 | 36 | 47 | 0 | F | 64 | 41 |
| Octal | 377 | 166 | 112 | 0 | 66 | 107 | 0 | 17 | 144 | 101 |
| Binary | 11111111 | 1110110 | 1001010 | 0 | 110110 | 1000111 | 0 | 1111 | 1100100 | 1000001 |
Color Harmonies of #FF764A
Complementary color
Monochromatic Colors of #FF764A
Black with #FF764A
Text Example
Text Example
White with #FF764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF764A; }
p { color: rgb(255,118,74); }
H1.HeaderClassName
{
color: #FF764A;
}
.AnyTagClassName
{
color: #FF764A;
}
</style>
background-color css
<style>
a { background-color: #FF764A; }
a { background-color: rgb(255,118,74); }
div.DivClassName
{
background-color: #FF764A;
}
.BgClassName
{
background-color: #FF764A;
}
</style>
border-color css
<style>
span { border-color: #FF764A; }
span { border-color: rgb(255,118,74); }
td.TdClassName
{
border-color: #FF764A;
}
.TagClassName
{
border-color: #FF764A;
}
</style>