Shades of Amber #FEC00D
Tints of Amber #FEC00D
RGB
CMYK
RGB Variations
Color information
#FEC00D (or 0xFEC00D) is known color: Amber. HEX triplet: FE, C0 and 0D. RGB value is (254,192,13). Sum of RGB (Red+Green+Blue) = 254+192+13=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC00D is #013FF2. Grayscale: #BEBEBE. Windows color (decimal): -81907 or 901374. OLE color: 901374.
HSL color Cylindrical-coordinate representation of color #FEC00D: hue angle of 44.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEC00D is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 13 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.00 |
| HSL | 44.56º | 0.99% | 0.52% | - |
| HSV(B) | 44.56º | 0.95% | 1% | - |
| XYZ | 59.8 | 58.8 | 8.58 | - |
| YUV | 190.13 | 28.04 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 13 | 0 | 0.24 | 0.95 | 0.00 | 44.56 | 0.99 | 0.52 |
| Hex | FE | C0 | D | 0 | 18 | 5F | 0 | 2D | 63 | 34 |
| Octal | 376 | 300 | 15 | 0 | 30 | 137 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000000 | 1101 | 0 | 11000 | 1011111 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC00D
Complementary color
Monochromatic Colors of #FEC00D
Black with #FEC00D
Text Example
Text Example
White with #FEC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC00D; }
p { color: rgb(254,192,13); }
H1.HeaderClassName
{
color: #FEC00D;
}
.AnyTagClassName
{
color: #FEC00D;
}
</style>
background-color css
<style>
a { background-color: #FEC00D; }
a { background-color: rgb(254,192,13); }
div.DivClassName
{
background-color: #FEC00D;
}
.BgClassName
{
background-color: #FEC00D;
}
</style>
border-color css
<style>
span { border-color: #FEC00D; }
span { border-color: rgb(254,192,13); }
td.TdClassName
{
border-color: #FEC00D;
}
.TagClassName
{
border-color: #FEC00D;
}
</style>