Shades of Amber #FEC012
Tints of Amber #FEC012
RGB
CMYK
RGB Variations
Color information
#FEC012 (or 0xFEC012) is known color: Amber. HEX triplet: FE, C0 and 12. RGB value is (254,192,18). Sum of RGB (Red+Green+Blue) = 254+192+18=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC012 is #013FED. Grayscale: #BFBFBF. Windows color (decimal): -81902 or 1229054. OLE color: 1229054.
HSL color Cylindrical-coordinate representation of color #FEC012: hue angle of 44.24º 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 #FEC012 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 18 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.00 |
| HSL | 44.24º | 0.99% | 0.53% | - |
| HSV(B) | 44.24º | 0.93% | 1% | - |
| XYZ | 59.83 | 58.81 | 8.77 | - |
| YUV | 190.7 | 30.54 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 18 | 0 | 0.24 | 0.93 | 0.00 | 44.24 | 0.99 | 0.53 |
| Hex | FE | C0 | 12 | 0 | 18 | 5D | 0 | 2C | 63 | 35 |
| Octal | 376 | 300 | 22 | 0 | 30 | 135 | 0 | 54 | 143 | 65 |
| Binary | 11111110 | 11000000 | 10010 | 0 | 11000 | 1011101 | 0 | 101100 | 1100011 | 110101 |
Color Harmonies of #FEC012
Complementary color
Monochromatic Colors of #FEC012
Black with #FEC012
Text Example
Text Example
White with #FEC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC012; }
p { color: rgb(254,192,18); }
H1.HeaderClassName
{
color: #FEC012;
}
.AnyTagClassName
{
color: #FEC012;
}
</style>
background-color css
<style>
a { background-color: #FEC012; }
a { background-color: rgb(254,192,18); }
div.DivClassName
{
background-color: #FEC012;
}
.BgClassName
{
background-color: #FEC012;
}
</style>
border-color css
<style>
span { border-color: #FEC012; }
span { border-color: rgb(254,192,18); }
td.TdClassName
{
border-color: #FEC012;
}
.TagClassName
{
border-color: #FEC012;
}
</style>