Shades of Coral #FE8161
Tints of Coral #FE8161
RGB
CMYK
RGB Variations
Color information
#FE8161 (or 0xFE8161) is known color: Coral. HEX triplet: FE, 81 and 61. RGB value is (254,129,97). Sum of RGB (Red+Green+Blue) = 254+129+97=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8161 is #017E9E. Grayscale: #A2A2A2. Windows color (decimal): -97951 or 6390270. OLE color: 6390270.
HSL color Cylindrical-coordinate representation of color #FE8161: hue angle of 12.23º 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 #FE8161 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 97 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.00 |
| HSL | 12.23º | 0.99% | 0.69% | - |
| HSV(B) | 12.23º | 0.62% | 1% | - |
| XYZ | 50.88 | 37.63 | 15.89 | - |
| YUV | 162.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 97 | 0 | 0.49 | 0.62 | 0.00 | 12.23 | 0.99 | 0.69 |
| Hex | FE | 81 | 61 | 0 | 31 | 3E | 0 | C | 63 | 45 |
| Octal | 376 | 201 | 141 | 0 | 61 | 76 | 0 | 14 | 143 | 105 |
| Binary | 11111110 | 10000001 | 1100001 | 0 | 110001 | 111110 | 0 | 1100 | 1100011 | 1000101 |
Color Harmonies of #FE8161
Complementary color
Monochromatic Colors of #FE8161
Black with #FE8161
Text Example
Text Example
White with #FE8161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8161; }
p { color: rgb(254,129,97); }
H1.HeaderClassName
{
color: #FE8161;
}
.AnyTagClassName
{
color: #FE8161;
}
</style>
background-color css
<style>
a { background-color: #FE8161; }
a { background-color: rgb(254,129,97); }
div.DivClassName
{
background-color: #FE8161;
}
.BgClassName
{
background-color: #FE8161;
}
</style>
border-color css
<style>
span { border-color: #FE8161; }
span { border-color: rgb(254,129,97); }
td.TdClassName
{
border-color: #FE8161;
}
.TagClassName
{
border-color: #FE8161;
}
</style>