Shades of Amber #FEC007
Tints of Amber #FEC007
RGB
CMYK
RGB Variations
Color information
#FEC007 (or 0xFEC007) is known color: Amber. HEX triplet: FE, C0 and 07. RGB value is (254,192,7). Sum of RGB (Red+Green+Blue) = 254+192+7=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 7 (3.12% from 255 or 1.55% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC007 is #013FF8. Grayscale: #BEBEBE. Windows color (decimal): -81913 or 508158. OLE color: 508158.
HSL color Cylindrical-coordinate representation of color #FEC007: hue angle of 44.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEC007 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.00 |
| HSL | 44.94º | 0.99% | 0.51% | - |
| HSV(B) | 44.94º | 0.97% | 1% | - |
| XYZ | 59.76 | 58.79 | 8.4 | - |
| YUV | 189.45 | 25.04 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 7 | 0 | 0.24 | 0.97 | 0.00 | 44.94 | 0.99 | 0.51 |
| Hex | FE | C0 | 7 | 0 | 18 | 61 | 0 | 2D | 63 | 33 |
| Octal | 376 | 300 | 7 | 0 | 30 | 141 | 0 | 55 | 143 | 63 |
| Binary | 11111110 | 11000000 | 111 | 0 | 11000 | 1100001 | 0 | 101101 | 1100011 | 110011 |
Color Harmonies of #FEC007
Complementary color
Monochromatic Colors of #FEC007
Black with #FEC007
Text Example
Text Example
White with #FEC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC007; }
p { color: rgb(254,192,7); }
H1.HeaderClassName
{
color: #FEC007;
}
.AnyTagClassName
{
color: #FEC007;
}
</style>
background-color css
<style>
a { background-color: #FEC007; }
a { background-color: rgb(254,192,7); }
div.DivClassName
{
background-color: #FEC007;
}
.BgClassName
{
background-color: #FEC007;
}
</style>
border-color css
<style>
span { border-color: #FEC007; }
span { border-color: rgb(254,192,7); }
td.TdClassName
{
border-color: #FEC007;
}
.TagClassName
{
border-color: #FEC007;
}
</style>