Shades of Amber #FEBE01
Tints of Amber #FEBE01
RGB
CMYK
RGB Variations
Color information
#FEBE01 (or 0xFEBE01) is known color: Amber. HEX triplet: FE, BE and 01. RGB value is (254,190,1). Sum of RGB (Red+Green+Blue) = 254+190+1=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE01 is #0141FE. Grayscale: #BCBCBC. Windows color (decimal): -82431 or 114430. OLE color: 114430.
HSL color Cylindrical-coordinate representation of color #FEBE01: hue angle of 44.82º 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 #FEBE01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.00 |
| HSL | 44.82º | 0.99% | 0.5% | - |
| HSV(B) | 44.82º | 1% | 1% | - |
| XYZ | 59.29 | 57.9 | 8.08 | - |
| YUV | 187.59 | 22.7 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 1 | 0 | 0.25 | 1.00 | 0.00 | 44.82 | 0.99 | 0.5 |
| Hex | FE | BE | 1 | 0 | 19 | 64 | 0 | 2D | 63 | 32 |
| Octal | 376 | 276 | 1 | 0 | 31 | 144 | 0 | 55 | 143 | 62 |
| Binary | 11111110 | 10111110 | 1 | 0 | 11001 | 1100100 | 0 | 101101 | 1100011 | 110010 |
Color Harmonies of #FEBE01
Complementary color
Monochromatic Colors of #FEBE01
Black with #FEBE01
Text Example
Text Example
White with #FEBE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE01; }
p { color: rgb(254,190,1); }
H1.HeaderClassName
{
color: #FEBE01;
}
.AnyTagClassName
{
color: #FEBE01;
}
</style>
background-color css
<style>
a { background-color: #FEBE01; }
a { background-color: rgb(254,190,1); }
div.DivClassName
{
background-color: #FEBE01;
}
.BgClassName
{
background-color: #FEBE01;
}
</style>
border-color css
<style>
span { border-color: #FEBE01; }
span { border-color: rgb(254,190,1); }
td.TdClassName
{
border-color: #FEBE01;
}
.TagClassName
{
border-color: #FEBE01;
}
</style>