Shades of Amber #FEC009
Tints of Amber #FEC009
RGB
CMYK
RGB Variations
Color information
#FEC009 (or 0xFEC009) is known color: Amber. HEX triplet: FE, C0 and 09. RGB value is (254,192,9). Sum of RGB (Red+Green+Blue) = 254+192+9=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 9 (3.91% from 255 or 1.98% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC009 is #013FF6. Grayscale: #BEBEBE. Windows color (decimal): -81911 or 639230. OLE color: 639230.
HSL color Cylindrical-coordinate representation of color #FEC009: hue angle of 44.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEC009 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.00 |
| HSL | 44.82º | 0.99% | 0.52% | - |
| HSV(B) | 44.82º | 0.96% | 1% | - |
| XYZ | 59.77 | 58.79 | 8.46 | - |
| YUV | 189.68 | 26.04 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 9 | 0 | 0.24 | 0.96 | 0.00 | 44.82 | 0.99 | 0.52 |
| Hex | FE | C0 | 9 | 0 | 18 | 60 | 0 | 2D | 63 | 34 |
| Octal | 376 | 300 | 11 | 0 | 30 | 140 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000000 | 1001 | 0 | 11000 | 1100000 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC009
Complementary color
Monochromatic Colors of #FEC009
Black with #FEC009
Text Example
Text Example
White with #FEC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC009; }
p { color: rgb(254,192,9); }
H1.HeaderClassName
{
color: #FEC009;
}
.AnyTagClassName
{
color: #FEC009;
}
</style>
background-color css
<style>
a { background-color: #FEC009; }
a { background-color: rgb(254,192,9); }
div.DivClassName
{
background-color: #FEC009;
}
.BgClassName
{
background-color: #FEC009;
}
</style>
border-color css
<style>
span { border-color: #FEC009; }
span { border-color: rgb(254,192,9); }
td.TdClassName
{
border-color: #FEC009;
}
.TagClassName
{
border-color: #FEC009;
}
</style>