Shades of Coral #FE8661
Tints of Coral #FE8661
RGB
CMYK
RGB Variations
Color information
#FE8661 (or 0xFE8661) is known color: Coral. HEX triplet: FE, 86 and 61. RGB value is (254,134,97). Sum of RGB (Red+Green+Blue) = 254+134+97=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8661 is #01799E. Grayscale: #A5A5A5. Windows color (decimal): -96671 or 6391550. OLE color: 6391550.
HSL color Cylindrical-coordinate representation of color #FE8661: hue angle of 14.14º 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 #FE8661 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 97 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.00 |
| HSL | 14.14º | 0.99% | 0.69% | - |
| HSV(B) | 14.14º | 0.62% | 1% | - |
| XYZ | 51.56 | 38.98 | 16.12 | - |
| YUV | 165.66 | 89.26 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 97 | 0 | 0.47 | 0.62 | 0.00 | 14.14 | 0.99 | 0.69 |
| Hex | FE | 86 | 61 | 0 | 2F | 3E | 0 | E | 63 | 45 |
| Octal | 376 | 206 | 141 | 0 | 57 | 76 | 0 | 16 | 143 | 105 |
| Binary | 11111110 | 10000110 | 1100001 | 0 | 101111 | 111110 | 0 | 1110 | 1100011 | 1000101 |
Color Harmonies of #FE8661
Complementary color
Monochromatic Colors of #FE8661
Black with #FE8661
Text Example
Text Example
White with #FE8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8661; }
p { color: rgb(254,134,97); }
H1.HeaderClassName
{
color: #FE8661;
}
.AnyTagClassName
{
color: #FE8661;
}
</style>
background-color css
<style>
a { background-color: #FE8661; }
a { background-color: rgb(254,134,97); }
div.DivClassName
{
background-color: #FE8661;
}
.BgClassName
{
background-color: #FE8661;
}
</style>
border-color css
<style>
span { border-color: #FE8661; }
span { border-color: rgb(254,134,97); }
td.TdClassName
{
border-color: #FE8661;
}
.TagClassName
{
border-color: #FE8661;
}
</style>