Shades of Amber #FEBE08
Tints of Amber #FEBE08
RGB
CMYK
RGB Variations
Color information
#FEBE08 (or 0xFEBE08) is known color: Amber. HEX triplet: FE, BE and 08. RGB value is (254,190,8). Sum of RGB (Red+Green+Blue) = 254+190+8=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE08 is #0141F7. Grayscale: #BDBDBD. Windows color (decimal): -82424 or 573182. OLE color: 573182.
HSL color Cylindrical-coordinate representation of color #FEBE08: hue angle of 44.39º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEBE08 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 8 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.00 |
| HSL | 44.39º | 0.99% | 0.51% | - |
| HSV(B) | 44.39º | 0.97% | 1% | - |
| XYZ | 59.33 | 57.92 | 8.28 | - |
| YUV | 188.39 | 26.2 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 8 | 0 | 0.25 | 0.97 | 0.00 | 44.39 | 0.99 | 0.51 |
| Hex | FE | BE | 8 | 0 | 19 | 61 | 0 | 2C | 63 | 33 |
| Octal | 376 | 276 | 10 | 0 | 31 | 141 | 0 | 54 | 143 | 63 |
| Binary | 11111110 | 10111110 | 1000 | 0 | 11001 | 1100001 | 0 | 101100 | 1100011 | 110011 |
Color Harmonies of #FEBE08
Complementary color
Monochromatic Colors of #FEBE08
Black with #FEBE08
Text Example
Text Example
White with #FEBE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE08; }
p { color: rgb(254,190,8); }
H1.HeaderClassName
{
color: #FEBE08;
}
.AnyTagClassName
{
color: #FEBE08;
}
</style>
background-color css
<style>
a { background-color: #FEBE08; }
a { background-color: rgb(254,190,8); }
div.DivClassName
{
background-color: #FEBE08;
}
.BgClassName
{
background-color: #FEBE08;
}
</style>
border-color css
<style>
span { border-color: #FEBE08; }
span { border-color: rgb(254,190,8); }
td.TdClassName
{
border-color: #FEBE08;
}
.TagClassName
{
border-color: #FEBE08;
}
</style>