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