Shades of Amber #FFBE02
Tints of Amber #FFBE02
RGB
CMYK
RGB Variations
Color information
#FFBE02 (or 0xFFBE02) is known color: Amber. HEX triplet: FF, BE and 02. RGB value is (255,190,2). Sum of RGB (Red+Green+Blue) = 255+190+2=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE02 is #0041FD. Grayscale: #BCBCBC. Windows color (decimal): -16894 or 179967. OLE color: 179967.
HSL color Cylindrical-coordinate representation of color #FFBE02: hue angle of 44.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFBE02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0 |
| HSL | 44.58º | 1% | 0.5% | - |
| HSV(B) | 44.58º | 0.99% | 1% | - |
| XYZ | 59.66 | 58.09 | 8.13 | - |
| YUV | 188 | 23.03 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 2 | 0 | 0.25 | 0.99 | 0 | 44.58 | 1 | 0.5 |
| Hex | FF | BE | 2 | 0 | 19 | 63 | 0 | 2D | 64 | 32 |
| Octal | 377 | 276 | 2 | 0 | 31 | 143 | 0 | 55 | 144 | 62 |
| Binary | 11111111 | 10111110 | 10 | 0 | 11001 | 1100011 | 0 | 101101 | 1100100 | 110010 |
Color Harmonies of #FFBE02
Complementary color
Monochromatic Colors of #FFBE02
Black with #FFBE02
Text Example
Text Example
White with #FFBE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE02; }
p { color: rgb(255,190,2); }
H1.HeaderClassName
{
color: #FFBE02;
}
.AnyTagClassName
{
color: #FFBE02;
}
</style>
background-color css
<style>
a { background-color: #FFBE02; }
a { background-color: rgb(255,190,2); }
div.DivClassName
{
background-color: #FFBE02;
}
.BgClassName
{
background-color: #FFBE02;
}
</style>
border-color css
<style>
span { border-color: #FFBE02; }
span { border-color: rgb(255,190,2); }
td.TdClassName
{
border-color: #FFBE02;
}
.TagClassName
{
border-color: #FFBE02;
}
</style>