Shades of Coral #FE8651
Tints of Coral #FE8651
RGB
CMYK
RGB Variations
Color information
#FE8651 (or 0xFE8651) is known color: Coral. HEX triplet: FE, 86 and 51. RGB value is (254,134,81). Sum of RGB (Red+Green+Blue) = 254+134+81=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8651 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8651 is #0179AE. Grayscale: #A4A4A4. Windows color (decimal): -96687 or 5342974. OLE color: 5342974.
HSL color Cylindrical-coordinate representation of color #FE8651: hue angle of 18.38º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE8651 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 81 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.00 |
| HSL | 18.38º | 0.99% | 0.66% | - |
| HSV(B) | 18.38º | 0.68% | 1% | - |
| XYZ | 50.88 | 38.72 | 12.58 | - |
| YUV | 163.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 81 | 0 | 0.47 | 0.68 | 0.00 | 18.38 | 0.99 | 0.66 |
| Hex | FE | 86 | 51 | 0 | 2F | 44 | 0 | 12 | 63 | 42 |
| Octal | 376 | 206 | 121 | 0 | 57 | 104 | 0 | 22 | 143 | 102 |
| Binary | 11111110 | 10000110 | 1010001 | 0 | 101111 | 1000100 | 0 | 10010 | 1100011 | 1000010 |
Color Harmonies of #FE8651
Complementary color
Monochromatic Colors of #FE8651
Black with #FE8651
Text Example
Text Example
White with #FE8651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8651; }
p { color: rgb(254,134,81); }
H1.HeaderClassName
{
color: #FE8651;
}
.AnyTagClassName
{
color: #FE8651;
}
</style>
background-color css
<style>
a { background-color: #FE8651; }
a { background-color: rgb(254,134,81); }
div.DivClassName
{
background-color: #FE8651;
}
.BgClassName
{
background-color: #FE8651;
}
</style>
border-color css
<style>
span { border-color: #FE8651; }
span { border-color: rgb(254,134,81); }
td.TdClassName
{
border-color: #FE8651;
}
.TagClassName
{
border-color: #FE8651;
}
</style>