Shades of Amber #FEC004
Tints of Amber #FEC004
RGB
CMYK
RGB Variations
Color information
#FEC004 (or 0xFEC004) is known color: Amber. HEX triplet: FE, C0 and 04. RGB value is (254,192,4). Sum of RGB (Red+Green+Blue) = 254+192+4=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC004 is #013FFB. Grayscale: #BDBDBD. Windows color (decimal): -81916 or 311550. OLE color: 311550.
HSL color Cylindrical-coordinate representation of color #FEC004: hue angle of 45.12º 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 #FEC004 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.00 |
| HSL | 45.12º | 0.99% | 0.51% | - |
| HSV(B) | 45.12º | 0.98% | 1% | - |
| XYZ | 59.74 | 58.78 | 8.31 | - |
| YUV | 189.11 | 23.54 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 4 | 0 | 0.24 | 0.98 | 0.00 | 45.12 | 0.99 | 0.51 |
| Hex | FE | C0 | 4 | 0 | 18 | 62 | 0 | 2D | 63 | 33 |
| Octal | 376 | 300 | 4 | 0 | 30 | 142 | 0 | 55 | 143 | 63 |
| Binary | 11111110 | 11000000 | 100 | 0 | 11000 | 1100010 | 0 | 101101 | 1100011 | 110011 |
Color Harmonies of #FEC004
Complementary color
Monochromatic Colors of #FEC004
Black with #FEC004
Text Example
Text Example
White with #FEC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC004; }
p { color: rgb(254,192,4); }
H1.HeaderClassName
{
color: #FEC004;
}
.AnyTagClassName
{
color: #FEC004;
}
</style>
background-color css
<style>
a { background-color: #FEC004; }
a { background-color: rgb(254,192,4); }
div.DivClassName
{
background-color: #FEC004;
}
.BgClassName
{
background-color: #FEC004;
}
</style>
border-color css
<style>
span { border-color: #FEC004; }
span { border-color: rgb(254,192,4); }
td.TdClassName
{
border-color: #FEC004;
}
.TagClassName
{
border-color: #FEC004;
}
</style>