Shades of Coral #FE8061
Tints of Coral #FE8061
RGB
CMYK
RGB Variations
Color information
#FE8061 (or 0xFE8061) is known color: Coral. HEX triplet: FE, 80 and 61. RGB value is (254,128,97). Sum of RGB (Red+Green+Blue) = 254+128+97=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8061 is #017F9E. Grayscale: #A2A2A2. Windows color (decimal): -98207 or 6390014. OLE color: 6390014.
HSL color Cylindrical-coordinate representation of color #FE8061: hue angle of 11.85º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE8061 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 97 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.00 |
| HSL | 11.85º | 0.99% | 0.69% | - |
| HSV(B) | 11.85º | 0.62% | 1% | - |
| XYZ | 50.75 | 37.37 | 15.85 | - |
| YUV | 162.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 97 | 0 | 0.50 | 0.62 | 0.00 | 11.85 | 0.99 | 0.69 |
| Hex | FE | 80 | 61 | 0 | 32 | 3E | 0 | C | 63 | 45 |
| Octal | 376 | 200 | 141 | 0 | 62 | 76 | 0 | 14 | 143 | 105 |
| Binary | 11111110 | 10000000 | 1100001 | 0 | 110010 | 111110 | 0 | 1100 | 1100011 | 1000101 |
Color Harmonies of #FE8061
Complementary color
Monochromatic Colors of #FE8061
Black with #FE8061
Text Example
Text Example
White with #FE8061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8061; }
p { color: rgb(254,128,97); }
H1.HeaderClassName
{
color: #FE8061;
}
.AnyTagClassName
{
color: #FE8061;
}
</style>
background-color css
<style>
a { background-color: #FE8061; }
a { background-color: rgb(254,128,97); }
div.DivClassName
{
background-color: #FE8061;
}
.BgClassName
{
background-color: #FE8061;
}
</style>
border-color css
<style>
span { border-color: #FE8061; }
span { border-color: rgb(254,128,97); }
td.TdClassName
{
border-color: #FE8061;
}
.TagClassName
{
border-color: #FE8061;
}
</style>