Shades of Amber #FEBD00
Tints of Amber #FEBD00
RGB
CMYK
RGB Variations
Color information
#FEBD00 (or 0xFEBD00) is known color: Amber. HEX triplet: FE, BD and 00. RGB value is (254,189,0). Sum of RGB (Red+Green+Blue) = 254+189+0=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD00 is #0142FF. Grayscale: #BBBBBB. Windows color (decimal): -82688 or 48638. OLE color: 48638.
HSL color Cylindrical-coordinate representation of color #FEBD00: hue angle of 44.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEBD00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.00 |
| HSL | 44.65º | 1% | 0.5% | - |
| HSV(B) | 44.65º | 1% | 1% | - |
| XYZ | 59.07 | 57.47 | 7.98 | - |
| YUV | 186.89 | 22.53 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 0 | 0 | 0.26 | 1 | 0.00 | 44.65 | 1 | 0.5 |
| Hex | FE | BD | 0 | 0 | 1A | 64 | 0 | 2D | 64 | 32 |
| Octal | 376 | 275 | 0 | 0 | 32 | 144 | 0 | 55 | 144 | 62 |
| Binary | 11111110 | 10111101 | 0 | 0 | 11010 | 1100100 | 0 | 101101 | 1100100 | 110010 |
Color Harmonies of #FEBD00
Complementary color
Monochromatic Colors of #FEBD00
Black with #FEBD00
Text Example
Text Example
White with #FEBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD00; }
p { color: rgb(254,189,0); }
H1.HeaderClassName
{
color: #FEBD00;
}
.AnyTagClassName
{
color: #FEBD00;
}
</style>
background-color css
<style>
a { background-color: #FEBD00; }
a { background-color: rgb(254,189,0); }
div.DivClassName
{
background-color: #FEBD00;
}
.BgClassName
{
background-color: #FEBD00;
}
</style>
border-color css
<style>
span { border-color: #FEBD00; }
span { border-color: rgb(254,189,0); }
td.TdClassName
{
border-color: #FEBD00;
}
.TagClassName
{
border-color: #FEBD00;
}
</style>