Shades of Amber #FEC102
Tints of Amber #FEC102
RGB
CMYK
RGB Variations
Color information
#FEC102 (or 0xFEC102) is known color: Amber. HEX triplet: FE, C1 and 02. RGB value is (254,193,2). Sum of RGB (Red+Green+Blue) = 254+193+2=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC102 is #013EFD. Grayscale: #BEBEBE. Windows color (decimal): -81662 or 180734. OLE color: 180734.
HSL color Cylindrical-coordinate representation of color #FEC102: hue angle of 45.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEC102 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.00 |
| HSL | 45.48º | 0.99% | 0.5% | - |
| HSV(B) | 45.48º | 0.99% | 1% | - |
| XYZ | 59.95 | 59.22 | 8.33 | - |
| YUV | 189.47 | 22.21 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 2 | 0 | 0.24 | 0.99 | 0.00 | 45.48 | 0.99 | 0.5 |
| Hex | FE | C1 | 2 | 0 | 18 | 63 | 0 | 2D | 63 | 32 |
| Octal | 376 | 301 | 2 | 0 | 30 | 143 | 0 | 55 | 143 | 62 |
| Binary | 11111110 | 11000001 | 10 | 0 | 11000 | 1100011 | 0 | 101101 | 1100011 | 110010 |
Color Harmonies of #FEC102
Complementary color
Monochromatic Colors of #FEC102
Black with #FEC102
Text Example
Text Example
White with #FEC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC102; }
p { color: rgb(254,193,2); }
H1.HeaderClassName
{
color: #FEC102;
}
.AnyTagClassName
{
color: #FEC102;
}
</style>
background-color css
<style>
a { background-color: #FEC102; }
a { background-color: rgb(254,193,2); }
div.DivClassName
{
background-color: #FEC102;
}
.BgClassName
{
background-color: #FEC102;
}
</style>
border-color css
<style>
span { border-color: #FEC102; }
span { border-color: rgb(254,193,2); }
td.TdClassName
{
border-color: #FEC102;
}
.TagClassName
{
border-color: #FEC102;
}
</style>