Shades of Coral #FE7858
Tints of Coral #FE7858
RGB
CMYK
RGB Variations
Color information
#FE7858 (or 0xFE7858) is known color: Coral. HEX triplet: FE, 78 and 58. RGB value is (254,120,88). Sum of RGB (Red+Green+Blue) = 254+120+88=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7858 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7858 is #0187A7. Grayscale: #9C9C9C. Windows color (decimal): -100264 or 5798142. OLE color: 5798142.
HSL color Cylindrical-coordinate representation of color #FE7858: hue angle of 11.57º 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 #FE7858 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 88 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.00 |
| HSL | 11.57º | 0.99% | 0.67% | - |
| HSV(B) | 11.57º | 0.65% | 1% | - |
| XYZ | 49.35 | 35.21 | 13.43 | - |
| YUV | 156.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 88 | 0 | 0.53 | 0.65 | 0.00 | 11.57 | 0.99 | 0.67 |
| Hex | FE | 78 | 58 | 0 | 35 | 41 | 0 | C | 63 | 43 |
| Octal | 376 | 170 | 130 | 0 | 65 | 101 | 0 | 14 | 143 | 103 |
| Binary | 11111110 | 1111000 | 1011000 | 0 | 110101 | 1000001 | 0 | 1100 | 1100011 | 1000011 |
Color Harmonies of #FE7858
Complementary color
Monochromatic Colors of #FE7858
Black with #FE7858
Text Example
Text Example
White with #FE7858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7858; }
p { color: rgb(254,120,88); }
H1.HeaderClassName
{
color: #FE7858;
}
.AnyTagClassName
{
color: #FE7858;
}
</style>
background-color css
<style>
a { background-color: #FE7858; }
a { background-color: rgb(254,120,88); }
div.DivClassName
{
background-color: #FE7858;
}
.BgClassName
{
background-color: #FE7858;
}
</style>
border-color css
<style>
span { border-color: #FE7858; }
span { border-color: rgb(254,120,88); }
td.TdClassName
{
border-color: #FE7858;
}
.TagClassName
{
border-color: #FE7858;
}
</style>