Shades of Coral #FE8954
Tints of Coral #FE8954
RGB
CMYK
RGB Variations
Color information
#FE8954 (or 0xFE8954) is known color: Coral. HEX triplet: FE, 89 and 54. RGB value is (254,137,84). Sum of RGB (Red+Green+Blue) = 254+137+84=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8954 is #0176AB. Grayscale: #A6A6A6. Windows color (decimal): -95916 or 5540350. OLE color: 5540350.
HSL color Cylindrical-coordinate representation of color #FE8954: hue angle of 18.71º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE8954 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 84 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.00 |
| HSL | 18.71º | 0.99% | 0.66% | - |
| HSV(B) | 18.71º | 0.67% | 1% | - |
| XYZ | 51.42 | 39.6 | 13.32 | - |
| YUV | 165.94 | 81.76 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 84 | 0 | 0.46 | 0.67 | 0.00 | 18.71 | 0.99 | 0.66 |
| Hex | FE | 89 | 54 | 0 | 2E | 43 | 0 | 13 | 63 | 42 |
| Octal | 376 | 211 | 124 | 0 | 56 | 103 | 0 | 23 | 143 | 102 |
| Binary | 11111110 | 10001001 | 1010100 | 0 | 101110 | 1000011 | 0 | 10011 | 1100011 | 1000010 |
Color Harmonies of #FE8954
Complementary color
Monochromatic Colors of #FE8954
Black with #FE8954
Text Example
Text Example
White with #FE8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8954; }
p { color: rgb(254,137,84); }
H1.HeaderClassName
{
color: #FE8954;
}
.AnyTagClassName
{
color: #FE8954;
}
</style>
background-color css
<style>
a { background-color: #FE8954; }
a { background-color: rgb(254,137,84); }
div.DivClassName
{
background-color: #FE8954;
}
.BgClassName
{
background-color: #FE8954;
}
</style>
border-color css
<style>
span { border-color: #FE8954; }
span { border-color: rgb(254,137,84); }
td.TdClassName
{
border-color: #FE8954;
}
.TagClassName
{
border-color: #FE8954;
}
</style>