Shades of Amber #FEC000
Tints of Amber #FEC000
RGB
CMYK
RGB Variations
Color information
#FEC000 (or 0xFEC000) is known color: Amber. HEX triplet: FE, C0 and 00. RGB value is (254,192,0). Sum of RGB (Red+Green+Blue) = 254+192+0=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC000 is #013FFF. Grayscale: #BDBDBD. Windows color (decimal): -81920 or 49406. OLE color: 49406.
HSL color Cylindrical-coordinate representation of color #FEC000: hue angle of 45.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEC000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.00 |
| HSL | 45.35º | 1% | 0.5% | - |
| HSV(B) | 45.35º | 1% | 1% | - |
| XYZ | 59.72 | 58.77 | 8.2 | - |
| YUV | 188.65 | 21.54 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 0 | 0 | 0.24 | 1 | 0.00 | 45.35 | 1 | 0.5 |
| Hex | FE | C0 | 0 | 0 | 18 | 64 | 0 | 2D | 64 | 32 |
| Octal | 376 | 300 | 0 | 0 | 30 | 144 | 0 | 55 | 144 | 62 |
| Binary | 11111110 | 11000000 | 0 | 0 | 11000 | 1100100 | 0 | 101101 | 1100100 | 110010 |
Color Harmonies of #FEC000
Complementary color
Monochromatic Colors of #FEC000
Black with #FEC000
Text Example
Text Example
White with #FEC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC000; }
p { color: rgb(254,192,0); }
H1.HeaderClassName
{
color: #FEC000;
}
.AnyTagClassName
{
color: #FEC000;
}
</style>
background-color css
<style>
a { background-color: #FEC000; }
a { background-color: rgb(254,192,0); }
div.DivClassName
{
background-color: #FEC000;
}
.BgClassName
{
background-color: #FEC000;
}
</style>
border-color css
<style>
span { border-color: #FEC000; }
span { border-color: rgb(254,192,0); }
td.TdClassName
{
border-color: #FEC000;
}
.TagClassName
{
border-color: #FEC000;
}
</style>