Shades of Amber #FEC011
Tints of Amber #FEC011
RGB
CMYK
RGB Variations
Color information
#FEC011 (or 0xFEC011) is known color: Amber. HEX triplet: FE, C0 and 11. RGB value is (254,192,17). Sum of RGB (Red+Green+Blue) = 254+192+17=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC011 is #013FEE. Grayscale: #BFBFBF. Windows color (decimal): -81903 or 1163518. OLE color: 1163518.
HSL color Cylindrical-coordinate representation of color #FEC011: hue angle of 44.3º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEC011 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 17 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.00 |
| HSL | 44.3º | 0.99% | 0.53% | - |
| HSV(B) | 44.3º | 0.93% | 1% | - |
| XYZ | 59.82 | 58.81 | 8.73 | - |
| YUV | 190.59 | 30.04 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 17 | 0 | 0.24 | 0.93 | 0.00 | 44.3 | 0.99 | 0.53 |
| Hex | FE | C0 | 11 | 0 | 18 | 5D | 0 | 2C | 63 | 35 |
| Octal | 376 | 300 | 21 | 0 | 30 | 135 | 0 | 54 | 143 | 65 |
| Binary | 11111110 | 11000000 | 10001 | 0 | 11000 | 1011101 | 0 | 101100 | 1100011 | 110101 |
Color Harmonies of #FEC011
Complementary color
Monochromatic Colors of #FEC011
Black with #FEC011
Text Example
Text Example
White with #FEC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC011; }
p { color: rgb(254,192,17); }
H1.HeaderClassName
{
color: #FEC011;
}
.AnyTagClassName
{
color: #FEC011;
}
</style>
background-color css
<style>
a { background-color: #FEC011; }
a { background-color: rgb(254,192,17); }
div.DivClassName
{
background-color: #FEC011;
}
.BgClassName
{
background-color: #FEC011;
}
</style>
border-color css
<style>
span { border-color: #FEC011; }
span { border-color: rgb(254,192,17); }
td.TdClassName
{
border-color: #FEC011;
}
.TagClassName
{
border-color: #FEC011;
}
</style>