Shades of Amber #FEC103
Tints of Amber #FEC103
RGB
CMYK
RGB Variations
Color information
#FEC103 (or 0xFEC103) is known color: Amber. HEX triplet: FE, C1 and 03. RGB value is (254,193,3). Sum of RGB (Red+Green+Blue) = 254+193+3=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC103 is #013EFC. Grayscale: #BEBEBE. Windows color (decimal): -81661 or 246270. OLE color: 246270.
HSL color Cylindrical-coordinate representation of color #FEC103: hue angle of 45.42º 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 #FEC103 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.00 |
| HSL | 45.42º | 0.99% | 0.5% | - |
| HSV(B) | 45.42º | 0.99% | 1% | - |
| XYZ | 59.96 | 59.22 | 8.36 | - |
| YUV | 189.58 | 22.71 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 3 | 0 | 0.24 | 0.99 | 0.00 | 45.42 | 0.99 | 0.5 |
| Hex | FE | C1 | 3 | 0 | 18 | 63 | 0 | 2D | 63 | 32 |
| Octal | 376 | 301 | 3 | 0 | 30 | 143 | 0 | 55 | 143 | 62 |
| Binary | 11111110 | 11000001 | 11 | 0 | 11000 | 1100011 | 0 | 101101 | 1100011 | 110010 |
Color Harmonies of #FEC103
Complementary color
Monochromatic Colors of #FEC103
Black with #FEC103
Text Example
Text Example
White with #FEC103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC103; }
p { color: rgb(254,193,3); }
H1.HeaderClassName
{
color: #FEC103;
}
.AnyTagClassName
{
color: #FEC103;
}
</style>
background-color css
<style>
a { background-color: #FEC103; }
a { background-color: rgb(254,193,3); }
div.DivClassName
{
background-color: #FEC103;
}
.BgClassName
{
background-color: #FEC103;
}
</style>
border-color css
<style>
span { border-color: #FEC103; }
span { border-color: rgb(254,193,3); }
td.TdClassName
{
border-color: #FEC103;
}
.TagClassName
{
border-color: #FEC103;
}
</style>