Shades of Amber #FEC10B
Tints of Amber #FEC10B
RGB
CMYK
RGB Variations
Color information
#FEC10B (or 0xFEC10B) is known color: Amber. HEX triplet: FE, C1 and 0B. RGB value is (254,193,11). Sum of RGB (Red+Green+Blue) = 254+193+11=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC10B is #013EF4. Grayscale: #BFBFBF. Windows color (decimal): -81653 or 770558. OLE color: 770558.
HSL color Cylindrical-coordinate representation of color #FEC10B: hue angle of 44.94º 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 #FEC10B is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 11 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.00 |
| HSL | 44.94º | 0.99% | 0.52% | - |
| HSV(B) | 44.94º | 0.96% | 1% | - |
| XYZ | 60 | 59.23 | 8.59 | - |
| YUV | 190.49 | 26.71 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 11 | 0 | 0.24 | 0.96 | 0.00 | 44.94 | 0.99 | 0.52 |
| Hex | FE | C1 | B | 0 | 18 | 60 | 0 | 2D | 63 | 34 |
| Octal | 376 | 301 | 13 | 0 | 30 | 140 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000001 | 1011 | 0 | 11000 | 1100000 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC10B
Complementary color
Monochromatic Colors of #FEC10B
Black with #FEC10B
Text Example
Text Example
White with #FEC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC10B; }
p { color: rgb(254,193,11); }
H1.HeaderClassName
{
color: #FEC10B;
}
.AnyTagClassName
{
color: #FEC10B;
}
</style>
background-color css
<style>
a { background-color: #FEC10B; }
a { background-color: rgb(254,193,11); }
div.DivClassName
{
background-color: #FEC10B;
}
.BgClassName
{
background-color: #FEC10B;
}
</style>
border-color css
<style>
span { border-color: #FEC10B; }
span { border-color: rgb(254,193,11); }
td.TdClassName
{
border-color: #FEC10B;
}
.TagClassName
{
border-color: #FEC10B;
}
</style>