Shades of Amber #FEC013
Tints of Amber #FEC013
RGB
CMYK
RGB Variations
Color information
#FEC013 (or 0xFEC013) is known color: Amber. HEX triplet: FE, C0 and 13. RGB value is (254,192,19). Sum of RGB (Red+Green+Blue) = 254+192+19=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC013 is #013FEC. Grayscale: #BFBFBF. Windows color (decimal): -81901 or 1294590. OLE color: 1294590.
HSL color Cylindrical-coordinate representation of color #FEC013: hue angle of 44.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEC013 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 19 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.00 |
| HSL | 44.17º | 0.99% | 0.54% | - |
| HSV(B) | 44.17º | 0.93% | 1% | - |
| XYZ | 59.84 | 58.82 | 8.82 | - |
| YUV | 190.82 | 31.04 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 19 | 0 | 0.24 | 0.93 | 0.00 | 44.17 | 0.99 | 0.54 |
| Hex | FE | C0 | 13 | 0 | 18 | 5D | 0 | 2C | 63 | 36 |
| Octal | 376 | 300 | 23 | 0 | 30 | 135 | 0 | 54 | 143 | 66 |
| Binary | 11111110 | 11000000 | 10011 | 0 | 11000 | 1011101 | 0 | 101100 | 1100011 | 110110 |
Color Harmonies of #FEC013
Complementary color
Monochromatic Colors of #FEC013
Black with #FEC013
Text Example
Text Example
White with #FEC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC013; }
p { color: rgb(254,192,19); }
H1.HeaderClassName
{
color: #FEC013;
}
.AnyTagClassName
{
color: #FEC013;
}
</style>
background-color css
<style>
a { background-color: #FEC013; }
a { background-color: rgb(254,192,19); }
div.DivClassName
{
background-color: #FEC013;
}
.BgClassName
{
background-color: #FEC013;
}
</style>
border-color css
<style>
span { border-color: #FEC013; }
span { border-color: rgb(254,192,19); }
td.TdClassName
{
border-color: #FEC013;
}
.TagClassName
{
border-color: #FEC013;
}
</style>