Shades of Coral #FE8156
Tints of Coral #FE8156
RGB
CMYK
RGB Variations
Color information
#FE8156 (or 0xFE8156) is known color: Coral. HEX triplet: FE, 81 and 56. RGB value is (254,129,86). Sum of RGB (Red+Green+Blue) = 254+129+86=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8156 is #017EA9. Grayscale: #A1A1A1. Windows color (decimal): -97962 or 5669374. OLE color: 5669374.
HSL color Cylindrical-coordinate representation of color #FE8156: hue angle of 15.36º 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 #FE8156 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 86 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.00 |
| HSL | 15.36º | 0.99% | 0.67% | - |
| HSV(B) | 15.36º | 0.66% | 1% | - |
| XYZ | 50.4 | 37.44 | 13.37 | - |
| YUV | 161.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 86 | 0 | 0.49 | 0.66 | 0.00 | 15.36 | 0.99 | 0.67 |
| Hex | FE | 81 | 56 | 0 | 31 | 42 | 0 | F | 63 | 43 |
| Octal | 376 | 201 | 126 | 0 | 61 | 102 | 0 | 17 | 143 | 103 |
| Binary | 11111110 | 10000001 | 1010110 | 0 | 110001 | 1000010 | 0 | 1111 | 1100011 | 1000011 |
Color Harmonies of #FE8156
Complementary color
Monochromatic Colors of #FE8156
Black with #FE8156
Text Example
Text Example
White with #FE8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8156; }
p { color: rgb(254,129,86); }
H1.HeaderClassName
{
color: #FE8156;
}
.AnyTagClassName
{
color: #FE8156;
}
</style>
background-color css
<style>
a { background-color: #FE8156; }
a { background-color: rgb(254,129,86); }
div.DivClassName
{
background-color: #FE8156;
}
.BgClassName
{
background-color: #FE8156;
}
</style>
border-color css
<style>
span { border-color: #FE8156; }
span { border-color: rgb(254,129,86); }
td.TdClassName
{
border-color: #FE8156;
}
.TagClassName
{
border-color: #FE8156;
}
</style>