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