Shades of Amber #FEBE05
Tints of Amber #FEBE05
RGB
CMYK
RGB Variations
Color information
#FEBE05 (or 0xFEBE05) is known color: Amber. HEX triplet: FE, BE and 05. RGB value is (254,190,5). Sum of RGB (Red+Green+Blue) = 254+190+5=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE05 is #0141FA. Grayscale: #BCBCBC. Windows color (decimal): -82427 or 376574. OLE color: 376574.
HSL color Cylindrical-coordinate representation of color #FEBE05: hue angle of 44.58º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEBE05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.00 |
| HSL | 44.58º | 0.99% | 0.51% | - |
| HSV(B) | 44.58º | 0.98% | 1% | - |
| XYZ | 59.31 | 57.91 | 8.19 | - |
| YUV | 188.05 | 24.7 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 5 | 0 | 0.25 | 0.98 | 0.00 | 44.58 | 0.99 | 0.51 |
| Hex | FE | BE | 5 | 0 | 19 | 62 | 0 | 2D | 63 | 33 |
| Octal | 376 | 276 | 5 | 0 | 31 | 142 | 0 | 55 | 143 | 63 |
| Binary | 11111110 | 10111110 | 101 | 0 | 11001 | 1100010 | 0 | 101101 | 1100011 | 110011 |
Color Harmonies of #FEBE05
Complementary color
Monochromatic Colors of #FEBE05
Black with #FEBE05
Text Example
Text Example
White with #FEBE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE05; }
p { color: rgb(254,190,5); }
H1.HeaderClassName
{
color: #FEBE05;
}
.AnyTagClassName
{
color: #FEBE05;
}
</style>
background-color css
<style>
a { background-color: #FEBE05; }
a { background-color: rgb(254,190,5); }
div.DivClassName
{
background-color: #FEBE05;
}
.BgClassName
{
background-color: #FEBE05;
}
</style>
border-color css
<style>
span { border-color: #FEBE05; }
span { border-color: rgb(254,190,5); }
td.TdClassName
{
border-color: #FEBE05;
}
.TagClassName
{
border-color: #FEBE05;
}
</style>