Shades of Coral #FE7B58
Tints of Coral #FE7B58
RGB
CMYK
RGB Variations
Color information
#FE7B58 (or 0xFE7B58) is known color: Coral. HEX triplet: FE, 7B and 58. RGB value is (254,123,88). Sum of RGB (Red+Green+Blue) = 254+123+88=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B58 is #0184A7. Grayscale: #9E9E9E. Windows color (decimal): -99496 or 5798910. OLE color: 5798910.
HSL color Cylindrical-coordinate representation of color #FE7B58: hue angle of 12.65º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE7B58 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 88 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.00 |
| HSL | 12.65º | 0.99% | 0.67% | - |
| HSV(B) | 12.65º | 0.65% | 1% | - |
| XYZ | 49.72 | 35.94 | 13.55 | - |
| YUV | 158.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 88 | 0 | 0.52 | 0.65 | 0.00 | 12.65 | 0.99 | 0.67 |
| Hex | FE | 7B | 58 | 0 | 34 | 41 | 0 | D | 63 | 43 |
| Octal | 376 | 173 | 130 | 0 | 64 | 101 | 0 | 15 | 143 | 103 |
| Binary | 11111110 | 1111011 | 1011000 | 0 | 110100 | 1000001 | 0 | 1101 | 1100011 | 1000011 |
Color Harmonies of #FE7B58
Complementary color
Monochromatic Colors of #FE7B58
Black with #FE7B58
Text Example
Text Example
White with #FE7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B58; }
p { color: rgb(254,123,88); }
H1.HeaderClassName
{
color: #FE7B58;
}
.AnyTagClassName
{
color: #FE7B58;
}
</style>
background-color css
<style>
a { background-color: #FE7B58; }
a { background-color: rgb(254,123,88); }
div.DivClassName
{
background-color: #FE7B58;
}
.BgClassName
{
background-color: #FE7B58;
}
</style>
border-color css
<style>
span { border-color: #FE7B58; }
span { border-color: rgb(254,123,88); }
td.TdClassName
{
border-color: #FE7B58;
}
.TagClassName
{
border-color: #FE7B58;
}
</style>