Shades of Amber #FEC10C
Tints of Amber #FEC10C
RGB
CMYK
RGB Variations
Color information
#FEC10C (or 0xFEC10C) is known color: Amber. HEX triplet: FE, C1 and 0C. RGB value is (254,193,12). Sum of RGB (Red+Green+Blue) = 254+193+12=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC10C is #013EF3. Grayscale: #BFBFBF. Windows color (decimal): -81652 or 836094. OLE color: 836094.
HSL color Cylindrical-coordinate representation of color #FEC10C: hue angle of 44.88º 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 #FEC10C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 12 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.00 |
| HSL | 44.88º | 0.99% | 0.52% | - |
| HSV(B) | 44.88º | 0.95% | 1% | - |
| XYZ | 60.01 | 59.24 | 8.62 | - |
| YUV | 190.61 | 27.21 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 12 | 0 | 0.24 | 0.95 | 0.00 | 44.88 | 0.99 | 0.52 |
| Hex | FE | C1 | C | 0 | 18 | 5F | 0 | 2D | 63 | 34 |
| Octal | 376 | 301 | 14 | 0 | 30 | 137 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000001 | 1100 | 0 | 11000 | 1011111 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC10C
Complementary color
Monochromatic Colors of #FEC10C
Black with #FEC10C
Text Example
Text Example
White with #FEC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC10C; }
p { color: rgb(254,193,12); }
H1.HeaderClassName
{
color: #FEC10C;
}
.AnyTagClassName
{
color: #FEC10C;
}
</style>
background-color css
<style>
a { background-color: #FEC10C; }
a { background-color: rgb(254,193,12); }
div.DivClassName
{
background-color: #FEC10C;
}
.BgClassName
{
background-color: #FEC10C;
}
</style>
border-color css
<style>
span { border-color: #FEC10C; }
span { border-color: rgb(254,193,12); }
td.TdClassName
{
border-color: #FEC10C;
}
.TagClassName
{
border-color: #FEC10C;
}
</style>