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