Shades of Amber #FEC111
Tints of Amber #FEC111
RGB
CMYK
RGB Variations
Color information
#FEC111 (or 0xFEC111) is known color: Amber. HEX triplet: FE, C1 and 11. RGB value is (254,193,17). Sum of RGB (Red+Green+Blue) = 254+193+17=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC111 is #013EEE. Grayscale: #BFBFBF. Windows color (decimal): -81647 or 1163774. OLE color: 1163774.
HSL color Cylindrical-coordinate representation of color #FEC111: hue angle of 44.56º 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 #FEC111 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 17 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.00 |
| HSL | 44.56º | 0.99% | 0.53% | - |
| HSV(B) | 44.56º | 0.93% | 1% | - |
| XYZ | 60.04 | 59.25 | 8.8 | - |
| YUV | 191.18 | 29.71 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 17 | 0 | 0.24 | 0.93 | 0.00 | 44.56 | 0.99 | 0.53 |
| Hex | FE | C1 | 11 | 0 | 18 | 5D | 0 | 2D | 63 | 35 |
| Octal | 376 | 301 | 21 | 0 | 30 | 135 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000001 | 10001 | 0 | 11000 | 1011101 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC111
Complementary color
Monochromatic Colors of #FEC111
Black with #FEC111
Text Example
Text Example
White with #FEC111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC111; }
p { color: rgb(254,193,17); }
H1.HeaderClassName
{
color: #FEC111;
}
.AnyTagClassName
{
color: #FEC111;
}
</style>
background-color css
<style>
a { background-color: #FEC111; }
a { background-color: rgb(254,193,17); }
div.DivClassName
{
background-color: #FEC111;
}
.BgClassName
{
background-color: #FEC111;
}
</style>
border-color css
<style>
span { border-color: #FEC111; }
span { border-color: rgb(254,193,17); }
td.TdClassName
{
border-color: #FEC111;
}
.TagClassName
{
border-color: #FEC111;
}
</style>