Shades of Amber #FEC104
Tints of Amber #FEC104
RGB
CMYK
RGB Variations
Color information
#FEC104 (or 0xFEC104) is known color: Amber. HEX triplet: FE, C1 and 04. RGB value is (254,193,4). Sum of RGB (Red+Green+Blue) = 254+193+4=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC104 is #013EFB. Grayscale: #BEBEBE. Windows color (decimal): -81660 or 311806. OLE color: 311806.
HSL color Cylindrical-coordinate representation of color #FEC104: hue angle of 45.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEC104 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.00 |
| HSL | 45.36º | 0.99% | 0.51% | - |
| HSV(B) | 45.36º | 0.98% | 1% | - |
| XYZ | 59.96 | 59.22 | 8.38 | - |
| YUV | 189.69 | 23.21 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 4 | 0 | 0.24 | 0.98 | 0.00 | 45.36 | 0.99 | 0.51 |
| Hex | FE | C1 | 4 | 0 | 18 | 62 | 0 | 2D | 63 | 33 |
| Octal | 376 | 301 | 4 | 0 | 30 | 142 | 0 | 55 | 143 | 63 |
| Binary | 11111110 | 11000001 | 100 | 0 | 11000 | 1100010 | 0 | 101101 | 1100011 | 110011 |
Color Harmonies of #FEC104
Complementary color
Monochromatic Colors of #FEC104
Black with #FEC104
Text Example
Text Example
White with #FEC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC104; }
p { color: rgb(254,193,4); }
H1.HeaderClassName
{
color: #FEC104;
}
.AnyTagClassName
{
color: #FEC104;
}
</style>
background-color css
<style>
a { background-color: #FEC104; }
a { background-color: rgb(254,193,4); }
div.DivClassName
{
background-color: #FEC104;
}
.BgClassName
{
background-color: #FEC104;
}
</style>
border-color css
<style>
span { border-color: #FEC104; }
span { border-color: rgb(254,193,4); }
td.TdClassName
{
border-color: #FEC104;
}
.TagClassName
{
border-color: #FEC104;
}
</style>