Shades of Coral #FE7856
Tints of Coral #FE7856
RGB
CMYK
RGB Variations
Color information
#FE7856 (or 0xFE7856) is known color: Coral. HEX triplet: FE, 78 and 56. RGB value is (254,120,86). Sum of RGB (Red+Green+Blue) = 254+120+86=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7856 is #0187A9. Grayscale: #9C9C9C. Windows color (decimal): -100266 or 5667070. OLE color: 5667070.
HSL color Cylindrical-coordinate representation of color #FE7856: hue angle of 12.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE7856 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 86 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.00 |
| HSL | 12.14º | 0.99% | 0.67% | - |
| HSV(B) | 12.14º | 0.66% | 1% | - |
| XYZ | 49.27 | 35.18 | 13 | - |
| YUV | 156.19 | 88.39 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 86 | 0 | 0.53 | 0.66 | 0.00 | 12.14 | 0.99 | 0.67 |
| Hex | FE | 78 | 56 | 0 | 35 | 42 | 0 | C | 63 | 43 |
| Octal | 376 | 170 | 126 | 0 | 65 | 102 | 0 | 14 | 143 | 103 |
| Binary | 11111110 | 1111000 | 1010110 | 0 | 110101 | 1000010 | 0 | 1100 | 1100011 | 1000011 |
Color Harmonies of #FE7856
Complementary color
Monochromatic Colors of #FE7856
Black with #FE7856
Text Example
Text Example
White with #FE7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7856; }
p { color: rgb(254,120,86); }
H1.HeaderClassName
{
color: #FE7856;
}
.AnyTagClassName
{
color: #FE7856;
}
</style>
background-color css
<style>
a { background-color: #FE7856; }
a { background-color: rgb(254,120,86); }
div.DivClassName
{
background-color: #FE7856;
}
.BgClassName
{
background-color: #FE7856;
}
</style>
border-color css
<style>
span { border-color: #FE7856; }
span { border-color: rgb(254,120,86); }
td.TdClassName
{
border-color: #FE7856;
}
.TagClassName
{
border-color: #FE7856;
}
</style>