Shades of Coral #FE894A
Tints of Coral #FE894A
RGB
CMYK
RGB Variations
Color information
#FE894A (or 0xFE894A) is known color: Coral. HEX triplet: FE, 89 and 4A. RGB value is (254,137,74). Sum of RGB (Red+Green+Blue) = 254+137+74=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE894A is #0176B5. Grayscale: #A5A5A5. Windows color (decimal): -95926 or 4884990. OLE color: 4884990.
HSL color Cylindrical-coordinate representation of color #FE894A: hue angle of 21º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE894A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 74 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.00 |
| HSL | 21º | 0.99% | 0.64% | - |
| HSV(B) | 21º | 0.71% | 1% | - |
| XYZ | 51.05 | 39.46 | 11.4 | - |
| YUV | 164.8 | 76.76 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 74 | 0 | 0.46 | 0.71 | 0.00 | 21 | 0.99 | 0.64 |
| Hex | FE | 89 | 4A | 0 | 2E | 47 | 0 | 15 | 63 | 40 |
| Octal | 376 | 211 | 112 | 0 | 56 | 107 | 0 | 25 | 143 | 100 |
| Binary | 11111110 | 10001001 | 1001010 | 0 | 101110 | 1000111 | 0 | 10101 | 1100011 | 1000000 |
Color Harmonies of #FE894A
Complementary color
Monochromatic Colors of #FE894A
Black with #FE894A
Text Example
Text Example
White with #FE894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE894A; }
p { color: rgb(254,137,74); }
H1.HeaderClassName
{
color: #FE894A;
}
.AnyTagClassName
{
color: #FE894A;
}
</style>
background-color css
<style>
a { background-color: #FE894A; }
a { background-color: rgb(254,137,74); }
div.DivClassName
{
background-color: #FE894A;
}
.BgClassName
{
background-color: #FE894A;
}
</style>
border-color css
<style>
span { border-color: #FE894A; }
span { border-color: rgb(254,137,74); }
td.TdClassName
{
border-color: #FE894A;
}
.TagClassName
{
border-color: #FE894A;
}
</style>