Shades of Amber #FEC00C
Tints of Amber #FEC00C
RGB
CMYK
RGB Variations
Color information
#FEC00C (or 0xFEC00C) is known color: Amber. HEX triplet: FE, C0 and 0C. RGB value is (254,192,12). Sum of RGB (Red+Green+Blue) = 254+192+12=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC00C is #013FF3. Grayscale: #BEBEBE. Windows color (decimal): -81908 or 835838. OLE color: 835838.
HSL color Cylindrical-coordinate representation of color #FEC00C: hue angle of 44.63º 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 #FEC00C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 12 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.00 |
| HSL | 44.63º | 0.99% | 0.52% | - |
| HSV(B) | 44.63º | 0.95% | 1% | - |
| XYZ | 59.79 | 58.8 | 8.55 | - |
| YUV | 190.02 | 27.54 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 12 | 0 | 0.24 | 0.95 | 0.00 | 44.63 | 0.99 | 0.52 |
| Hex | FE | C0 | C | 0 | 18 | 5F | 0 | 2D | 63 | 34 |
| Octal | 376 | 300 | 14 | 0 | 30 | 137 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000000 | 1100 | 0 | 11000 | 1011111 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC00C
Complementary color
Monochromatic Colors of #FEC00C
Black with #FEC00C
Text Example
Text Example
White with #FEC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC00C; }
p { color: rgb(254,192,12); }
H1.HeaderClassName
{
color: #FEC00C;
}
.AnyTagClassName
{
color: #FEC00C;
}
</style>
background-color css
<style>
a { background-color: #FEC00C; }
a { background-color: rgb(254,192,12); }
div.DivClassName
{
background-color: #FEC00C;
}
.BgClassName
{
background-color: #FEC00C;
}
</style>
border-color css
<style>
span { border-color: #FEC00C; }
span { border-color: rgb(254,192,12); }
td.TdClassName
{
border-color: #FEC00C;
}
.TagClassName
{
border-color: #FEC00C;
}
</style>