Shades of Amber #FFBE06
Tints of Amber #FFBE06
RGB
CMYK
RGB Variations
Color information
#FFBE06 (or 0xFFBE06) is known color: Amber. HEX triplet: FF, BE and 06. RGB value is (255,190,6). Sum of RGB (Red+Green+Blue) = 255+190+6=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE06 is #0041F9. Grayscale: #BDBDBD. Windows color (decimal): -16890 or 442111. OLE color: 442111.
HSL color Cylindrical-coordinate representation of color #FFBE06: hue angle of 44.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFBE06 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 6 | - |
| CMYK | 0 | 0.25 | 0.98 | 0 |
| HSL | 44.34º | 1% | 0.51% | - |
| HSV(B) | 44.34º | 0.98% | 1% | - |
| XYZ | 59.69 | 58.1 | 8.24 | - |
| YUV | 188.46 | 25.03 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 6 | 0 | 0.25 | 0.98 | 0 | 44.34 | 1 | 0.51 |
| Hex | FF | BE | 6 | 0 | 19 | 62 | 0 | 2C | 64 | 33 |
| Octal | 377 | 276 | 6 | 0 | 31 | 142 | 0 | 54 | 144 | 63 |
| Binary | 11111111 | 10111110 | 110 | 0 | 11001 | 1100010 | 0 | 101100 | 1100100 | 110011 |
Color Harmonies of #FFBE06
Complementary color
Monochromatic Colors of #FFBE06
Black with #FFBE06
Text Example
Text Example
White with #FFBE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE06; }
p { color: rgb(255,190,6); }
H1.HeaderClassName
{
color: #FFBE06;
}
.AnyTagClassName
{
color: #FFBE06;
}
</style>
background-color css
<style>
a { background-color: #FFBE06; }
a { background-color: rgb(255,190,6); }
div.DivClassName
{
background-color: #FFBE06;
}
.BgClassName
{
background-color: #FFBE06;
}
</style>
border-color css
<style>
span { border-color: #FFBE06; }
span { border-color: rgb(255,190,6); }
td.TdClassName
{
border-color: #FFBE06;
}
.TagClassName
{
border-color: #FFBE06;
}
</style>