Shades of Coral #FE7654
Tints of Coral #FE7654
RGB
CMYK
RGB Variations
Color information
#FE7654 (or 0xFE7654) is known color: Coral. HEX triplet: FE, 76 and 54. RGB value is (254,118,84). Sum of RGB (Red+Green+Blue) = 254+118+84=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7654 is #0189AB. Grayscale: #9B9B9B. Windows color (decimal): -100780 or 5535486. OLE color: 5535486.
HSL color Cylindrical-coordinate representation of color #FE7654: hue angle of 12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE7654 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 84 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.00 |
| HSL | 12º | 0.99% | 0.66% | - |
| HSV(B) | 12º | 0.67% | 1% | - |
| XYZ | 48.95 | 34.67 | 12.5 | - |
| YUV | 154.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 84 | 0 | 0.54 | 0.67 | 0.00 | 12 | 0.99 | 0.66 |
| Hex | FE | 76 | 54 | 0 | 36 | 43 | 0 | C | 63 | 42 |
| Octal | 376 | 166 | 124 | 0 | 66 | 103 | 0 | 14 | 143 | 102 |
| Binary | 11111110 | 1110110 | 1010100 | 0 | 110110 | 1000011 | 0 | 1100 | 1100011 | 1000010 |
Color Harmonies of #FE7654
Complementary color
Monochromatic Colors of #FE7654
Black with #FE7654
Text Example
Text Example
White with #FE7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7654; }
p { color: rgb(254,118,84); }
H1.HeaderClassName
{
color: #FE7654;
}
.AnyTagClassName
{
color: #FE7654;
}
</style>
background-color css
<style>
a { background-color: #FE7654; }
a { background-color: rgb(254,118,84); }
div.DivClassName
{
background-color: #FE7654;
}
.BgClassName
{
background-color: #FE7654;
}
</style>
border-color css
<style>
span { border-color: #FE7654; }
span { border-color: rgb(254,118,84); }
td.TdClassName
{
border-color: #FE7654;
}
.TagClassName
{
border-color: #FE7654;
}
</style>