Shades of Amber #FEBE02
Tints of Amber #FEBE02
RGB
CMYK
RGB Variations
Color information
#FEBE02 (or 0xFEBE02) is known color: Amber. HEX triplet: FE, BE and 02. RGB value is (254,190,2). Sum of RGB (Red+Green+Blue) = 254+190+2=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE02 is #0141FD. Grayscale: #BCBCBC. Windows color (decimal): -82430 or 179966. OLE color: 179966.
HSL color Cylindrical-coordinate representation of color #FEBE02: hue angle of 44.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEBE02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.00 |
| HSL | 44.76º | 0.99% | 0.5% | - |
| HSV(B) | 44.76º | 0.99% | 1% | - |
| XYZ | 59.3 | 57.9 | 8.11 | - |
| YUV | 187.7 | 23.2 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 2 | 0 | 0.25 | 0.99 | 0.00 | 44.76 | 0.99 | 0.5 |
| Hex | FE | BE | 2 | 0 | 19 | 63 | 0 | 2D | 63 | 32 |
| Octal | 376 | 276 | 2 | 0 | 31 | 143 | 0 | 55 | 143 | 62 |
| Binary | 11111110 | 10111110 | 10 | 0 | 11001 | 1100011 | 0 | 101101 | 1100011 | 110010 |
Color Harmonies of #FEBE02
Complementary color
Monochromatic Colors of #FEBE02
Black with #FEBE02
Text Example
Text Example
White with #FEBE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE02; }
p { color: rgb(254,190,2); }
H1.HeaderClassName
{
color: #FEBE02;
}
.AnyTagClassName
{
color: #FEBE02;
}
</style>
background-color css
<style>
a { background-color: #FEBE02; }
a { background-color: rgb(254,190,2); }
div.DivClassName
{
background-color: #FEBE02;
}
.BgClassName
{
background-color: #FEBE02;
}
</style>
border-color css
<style>
span { border-color: #FEBE02; }
span { border-color: rgb(254,190,2); }
td.TdClassName
{
border-color: #FEBE02;
}
.TagClassName
{
border-color: #FEBE02;
}
</style>