Shades of Coral #FE7751
Tints of Coral #FE7751
RGB
CMYK
RGB Variations
Color information
#FE7751 (or 0xFE7751) is known color: Coral. HEX triplet: FE, 77 and 51. RGB value is (254,119,81). Sum of RGB (Red+Green+Blue) = 254+119+81=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7751 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7751 is #0188AE. Grayscale: #9B9B9B. Windows color (decimal): -100527 or 5339134. OLE color: 5339134.
HSL color Cylindrical-coordinate representation of color #FE7751: hue angle of 13.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE7751 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 81 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.00 |
| HSL | 13.18º | 0.99% | 0.66% | - |
| HSV(B) | 13.18º | 0.68% | 1% | - |
| XYZ | 48.96 | 34.86 | 11.93 | - |
| YUV | 155.03 | 86.23 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 81 | 0 | 0.53 | 0.68 | 0.00 | 13.18 | 0.99 | 0.66 |
| Hex | FE | 77 | 51 | 0 | 35 | 44 | 0 | D | 63 | 42 |
| Octal | 376 | 167 | 121 | 0 | 65 | 104 | 0 | 15 | 143 | 102 |
| Binary | 11111110 | 1110111 | 1010001 | 0 | 110101 | 1000100 | 0 | 1101 | 1100011 | 1000010 |
Color Harmonies of #FE7751
Complementary color
Monochromatic Colors of #FE7751
Black with #FE7751
Text Example
Text Example
White with #FE7751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7751; }
p { color: rgb(254,119,81); }
H1.HeaderClassName
{
color: #FE7751;
}
.AnyTagClassName
{
color: #FE7751;
}
</style>
background-color css
<style>
a { background-color: #FE7751; }
a { background-color: rgb(254,119,81); }
div.DivClassName
{
background-color: #FE7751;
}
.BgClassName
{
background-color: #FE7751;
}
</style>
border-color css
<style>
span { border-color: #FE7751; }
span { border-color: rgb(254,119,81); }
td.TdClassName
{
border-color: #FE7751;
}
.TagClassName
{
border-color: #FE7751;
}
</style>