Shades of Coral #FE7B51
Tints of Coral #FE7B51
RGB
CMYK
RGB Variations
Color information
#FE7B51 (or 0xFE7B51) is known color: Coral. HEX triplet: FE, 7B and 51. RGB value is (254,123,81). Sum of RGB (Red+Green+Blue) = 254+123+81=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B51 is #0184AE. Grayscale: #9D9D9D. Windows color (decimal): -99503 or 5340158. OLE color: 5340158.
HSL color Cylindrical-coordinate representation of color #FE7B51: hue angle of 14.57º 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 #FE7B51 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 81 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.00 |
| HSL | 14.57º | 0.99% | 0.66% | - |
| HSV(B) | 14.57º | 0.68% | 1% | - |
| XYZ | 49.44 | 35.83 | 12.09 | - |
| YUV | 157.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 81 | 0 | 0.52 | 0.68 | 0.00 | 14.57 | 0.99 | 0.66 |
| Hex | FE | 7B | 51 | 0 | 34 | 44 | 0 | F | 63 | 42 |
| Octal | 376 | 173 | 121 | 0 | 64 | 104 | 0 | 17 | 143 | 102 |
| Binary | 11111110 | 1111011 | 1010001 | 0 | 110100 | 1000100 | 0 | 1111 | 1100011 | 1000010 |
Color Harmonies of #FE7B51
Complementary color
Monochromatic Colors of #FE7B51
Black with #FE7B51
Text Example
Text Example
White with #FE7B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B51; }
p { color: rgb(254,123,81); }
H1.HeaderClassName
{
color: #FE7B51;
}
.AnyTagClassName
{
color: #FE7B51;
}
</style>
background-color css
<style>
a { background-color: #FE7B51; }
a { background-color: rgb(254,123,81); }
div.DivClassName
{
background-color: #FE7B51;
}
.BgClassName
{
background-color: #FE7B51;
}
</style>
border-color css
<style>
span { border-color: #FE7B51; }
span { border-color: rgb(254,123,81); }
td.TdClassName
{
border-color: #FE7B51;
}
.TagClassName
{
border-color: #FE7B51;
}
</style>