Shades of Amber #FEC10E
Tints of Amber #FEC10E
RGB
CMYK
RGB Variations
Color information
#FEC10E (or 0xFEC10E) is known color: Amber. HEX triplet: FE, C1 and 0E. RGB value is (254,193,14). Sum of RGB (Red+Green+Blue) = 254+193+14=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC10E is #013EF1. Grayscale: #BFBFBF. Windows color (decimal): -81650 or 967166. OLE color: 967166.
HSL color Cylindrical-coordinate representation of color #FEC10E: hue angle of 44.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEC10E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.00 |
| HSL | 44.75º | 0.99% | 0.53% | - |
| HSV(B) | 44.75º | 0.94% | 1% | - |
| XYZ | 60.02 | 59.24 | 8.69 | - |
| YUV | 190.83 | 28.21 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 14 | 0 | 0.24 | 0.94 | 0.00 | 44.75 | 0.99 | 0.53 |
| Hex | FE | C1 | E | 0 | 18 | 5E | 0 | 2D | 63 | 35 |
| Octal | 376 | 301 | 16 | 0 | 30 | 136 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000001 | 1110 | 0 | 11000 | 1011110 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC10E
Complementary color
Monochromatic Colors of #FEC10E
Black with #FEC10E
Text Example
Text Example
White with #FEC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC10E; }
p { color: rgb(254,193,14); }
H1.HeaderClassName
{
color: #FEC10E;
}
.AnyTagClassName
{
color: #FEC10E;
}
</style>
background-color css
<style>
a { background-color: #FEC10E; }
a { background-color: rgb(254,193,14); }
div.DivClassName
{
background-color: #FEC10E;
}
.BgClassName
{
background-color: #FEC10E;
}
</style>
border-color css
<style>
span { border-color: #FEC10E; }
span { border-color: rgb(254,193,14); }
td.TdClassName
{
border-color: #FEC10E;
}
.TagClassName
{
border-color: #FEC10E;
}
</style>