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