Shades of Coral #FE764D
Tints of Coral #FE764D
RGB
CMYK
RGB Variations
Color information
#FE764D (or 0xFE764D) is known color: Coral. HEX triplet: FE, 76 and 4D. RGB value is (254,118,77). Sum of RGB (Red+Green+Blue) = 254+118+77=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE764D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE764D is #0189B2. Grayscale: #9A9A9A. Windows color (decimal): -100787 or 5076734. OLE color: 5076734.
HSL color Cylindrical-coordinate representation of color #FE764D: hue angle of 13.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE764D is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 77 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.00 |
| HSL | 13.9º | 0.99% | 0.65% | - |
| HSV(B) | 13.9º | 0.7% | 1% | - |
| XYZ | 48.69 | 34.56 | 11.13 | - |
| YUV | 153.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 77 | 0 | 0.54 | 0.70 | 0.00 | 13.9 | 0.99 | 0.65 |
| Hex | FE | 76 | 4D | 0 | 36 | 46 | 0 | E | 63 | 41 |
| Octal | 376 | 166 | 115 | 0 | 66 | 106 | 0 | 16 | 143 | 101 |
| Binary | 11111110 | 1110110 | 1001101 | 0 | 110110 | 1000110 | 0 | 1110 | 1100011 | 1000001 |
Color Harmonies of #FE764D
Complementary color
Monochromatic Colors of #FE764D
Black with #FE764D
Text Example
Text Example
White with #FE764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE764D; }
p { color: rgb(254,118,77); }
H1.HeaderClassName
{
color: #FE764D;
}
.AnyTagClassName
{
color: #FE764D;
}
</style>
background-color css
<style>
a { background-color: #FE764D; }
a { background-color: rgb(254,118,77); }
div.DivClassName
{
background-color: #FE764D;
}
.BgClassName
{
background-color: #FE764D;
}
</style>
border-color css
<style>
span { border-color: #FE764D; }
span { border-color: rgb(254,118,77); }
td.TdClassName
{
border-color: #FE764D;
}
.TagClassName
{
border-color: #FE764D;
}
</style>