Shades of Amber #FEC10A
Tints of Amber #FEC10A
RGB
CMYK
RGB Variations
Color information
#FEC10A (or 0xFEC10A) is known color: Amber. HEX triplet: FE, C1 and 0A. RGB value is (254,193,10). Sum of RGB (Red+Green+Blue) = 254+193+10=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC10A is #013EF5. Grayscale: #BFBFBF. Windows color (decimal): -81654 or 705022. OLE color: 705022.
HSL color Cylindrical-coordinate representation of color #FEC10A: hue angle of 45º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEC10A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.00 |
| HSL | 45º | 0.99% | 0.52% | - |
| HSV(B) | 45º | 0.96% | 1% | - |
| XYZ | 60 | 59.23 | 8.56 | - |
| YUV | 190.38 | 26.21 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 10 | 0 | 0.24 | 0.96 | 0.00 | 45 | 0.99 | 0.52 |
| Hex | FE | C1 | A | 0 | 18 | 60 | 0 | 2D | 63 | 34 |
| Octal | 376 | 301 | 12 | 0 | 30 | 140 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000001 | 1010 | 0 | 11000 | 1100000 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC10A
Complementary color
Monochromatic Colors of #FEC10A
Black with #FEC10A
Text Example
Text Example
White with #FEC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC10A; }
p { color: rgb(254,193,10); }
H1.HeaderClassName
{
color: #FEC10A;
}
.AnyTagClassName
{
color: #FEC10A;
}
</style>
background-color css
<style>
a { background-color: #FEC10A; }
a { background-color: rgb(254,193,10); }
div.DivClassName
{
background-color: #FEC10A;
}
.BgClassName
{
background-color: #FEC10A;
}
</style>
border-color css
<style>
span { border-color: #FEC10A; }
span { border-color: rgb(254,193,10); }
td.TdClassName
{
border-color: #FEC10A;
}
.TagClassName
{
border-color: #FEC10A;
}
</style>