Shades of Amber #FEC006
Tints of Amber #FEC006
RGB
CMYK
RGB Variations
Color information
#FEC006 (or 0xFEC006) is known color: Amber. HEX triplet: FE, C0 and 06. RGB value is (254,192,6). Sum of RGB (Red+Green+Blue) = 254+192+6=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC006 is #013FF9. Grayscale: #BEBEBE. Windows color (decimal): -81914 or 442622. OLE color: 442622.
HSL color Cylindrical-coordinate representation of color #FEC006: hue angle of 45º 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 #FEC006 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 6 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.00 |
| HSL | 45º | 0.99% | 0.51% | - |
| HSV(B) | 45º | 0.98% | 1% | - |
| XYZ | 59.76 | 58.78 | 8.37 | - |
| YUV | 189.33 | 24.54 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 6 | 0 | 0.24 | 0.98 | 0.00 | 45 | 0.99 | 0.51 |
| Hex | FE | C0 | 6 | 0 | 18 | 62 | 0 | 2D | 63 | 33 |
| Octal | 376 | 300 | 6 | 0 | 30 | 142 | 0 | 55 | 143 | 63 |
| Binary | 11111110 | 11000000 | 110 | 0 | 11000 | 1100010 | 0 | 101101 | 1100011 | 110011 |
Color Harmonies of #FEC006
Complementary color
Monochromatic Colors of #FEC006
Black with #FEC006
Text Example
Text Example
White with #FEC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC006; }
p { color: rgb(254,192,6); }
H1.HeaderClassName
{
color: #FEC006;
}
.AnyTagClassName
{
color: #FEC006;
}
</style>
background-color css
<style>
a { background-color: #FEC006; }
a { background-color: rgb(254,192,6); }
div.DivClassName
{
background-color: #FEC006;
}
.BgClassName
{
background-color: #FEC006;
}
</style>
border-color css
<style>
span { border-color: #FEC006; }
span { border-color: rgb(254,192,6); }
td.TdClassName
{
border-color: #FEC006;
}
.TagClassName
{
border-color: #FEC006;
}
</style>