Shades of Coral #FE7451
Tints of Coral #FE7451
RGB
CMYK
RGB Variations
Color information
#FE7451 (or 0xFE7451) is known color: Coral. HEX triplet: FE, 74 and 51. RGB value is (254,116,81). Sum of RGB (Red+Green+Blue) = 254+116+81=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7451 is #018BAE. Grayscale: #999999. Windows color (decimal): -101295 or 5338366. OLE color: 5338366.
HSL color Cylindrical-coordinate representation of color #FE7451: hue angle of 12.14º 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 #FE7451 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 81 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.00 |
| HSL | 12.14º | 0.99% | 0.66% | - |
| HSV(B) | 12.14º | 0.68% | 1% | - |
| XYZ | 48.6 | 34.16 | 11.82 | - |
| YUV | 153.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 81 | 0 | 0.54 | 0.68 | 0.00 | 12.14 | 0.99 | 0.66 |
| Hex | FE | 74 | 51 | 0 | 36 | 44 | 0 | C | 63 | 42 |
| Octal | 376 | 164 | 121 | 0 | 66 | 104 | 0 | 14 | 143 | 102 |
| Binary | 11111110 | 1110100 | 1010001 | 0 | 110110 | 1000100 | 0 | 1100 | 1100011 | 1000010 |
Color Harmonies of #FE7451
Complementary color
Monochromatic Colors of #FE7451
Black with #FE7451
Text Example
Text Example
White with #FE7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7451; }
p { color: rgb(254,116,81); }
H1.HeaderClassName
{
color: #FE7451;
}
.AnyTagClassName
{
color: #FE7451;
}
</style>
background-color css
<style>
a { background-color: #FE7451; }
a { background-color: rgb(254,116,81); }
div.DivClassName
{
background-color: #FE7451;
}
.BgClassName
{
background-color: #FE7451;
}
</style>
border-color css
<style>
span { border-color: #FE7451; }
span { border-color: rgb(254,116,81); }
td.TdClassName
{
border-color: #FE7451;
}
.TagClassName
{
border-color: #FE7451;
}
</style>