Shades of Amber #FEBD10
Tints of Amber #FEBD10
RGB
CMYK
RGB Variations
Color information
#FEBD10 (or 0xFEBD10) is known color: Amber. HEX triplet: FE, BD and 10. RGB value is (254,189,16). Sum of RGB (Red+Green+Blue) = 254+189+16=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD10 is #0142EF. Grayscale: #BDBDBD. Windows color (decimal): -82672 or 1097214. OLE color: 1097214.
HSL color Cylindrical-coordinate representation of color #FEBD10: hue angle of 43.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEBD10 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 16 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.00 |
| HSL | 43.61º | 0.99% | 0.53% | - |
| HSV(B) | 43.61º | 0.94% | 1% | - |
| XYZ | 59.16 | 57.5 | 8.47 | - |
| YUV | 188.71 | 30.53 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 16 | 0 | 0.26 | 0.94 | 0.00 | 43.61 | 0.99 | 0.53 |
| Hex | FE | BD | 10 | 0 | 1A | 5E | 0 | 2C | 63 | 35 |
| Octal | 376 | 275 | 20 | 0 | 32 | 136 | 0 | 54 | 143 | 65 |
| Binary | 11111110 | 10111101 | 10000 | 0 | 11010 | 1011110 | 0 | 101100 | 1100011 | 110101 |
Color Harmonies of #FEBD10
Complementary color
Monochromatic Colors of #FEBD10
Black with #FEBD10
Text Example
Text Example
White with #FEBD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD10; }
p { color: rgb(254,189,16); }
H1.HeaderClassName
{
color: #FEBD10;
}
.AnyTagClassName
{
color: #FEBD10;
}
</style>
background-color css
<style>
a { background-color: #FEBD10; }
a { background-color: rgb(254,189,16); }
div.DivClassName
{
background-color: #FEBD10;
}
.BgClassName
{
background-color: #FEBD10;
}
</style>
border-color css
<style>
span { border-color: #FEBD10; }
span { border-color: rgb(254,189,16); }
td.TdClassName
{
border-color: #FEBD10;
}
.TagClassName
{
border-color: #FEBD10;
}
</style>