Shades of Amber #FFBE08
Tints of Amber #FFBE08
RGB
CMYK
RGB Variations
Color information
#FFBE08 (or 0xFFBE08) is known color: Amber. HEX triplet: FF, BE and 08. RGB value is (255,190,8). Sum of RGB (Red+Green+Blue) = 255+190+8=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE08 is #0041F7. Grayscale: #BDBDBD. Windows color (decimal): -16888 or 573183. OLE color: 573183.
HSL color Cylindrical-coordinate representation of color #FFBE08: hue angle of 44.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFBE08 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 8 | - |
| CMYK | 0 | 0.25 | 0.97 | 0 |
| HSL | 44.21º | 1% | 0.52% | - |
| HSV(B) | 44.21º | 0.97% | 1% | - |
| XYZ | 59.7 | 58.1 | 8.3 | - |
| YUV | 188.69 | 26.03 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 8 | 0 | 0.25 | 0.97 | 0 | 44.21 | 1 | 0.52 |
| Hex | FF | BE | 8 | 0 | 19 | 61 | 0 | 2C | 64 | 34 |
| Octal | 377 | 276 | 10 | 0 | 31 | 141 | 0 | 54 | 144 | 64 |
| Binary | 11111111 | 10111110 | 1000 | 0 | 11001 | 1100001 | 0 | 101100 | 1100100 | 110100 |
Color Harmonies of #FFBE08
Complementary color
Monochromatic Colors of #FFBE08
Black with #FFBE08
Text Example
Text Example
White with #FFBE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE08; }
p { color: rgb(255,190,8); }
H1.HeaderClassName
{
color: #FFBE08;
}
.AnyTagClassName
{
color: #FFBE08;
}
</style>
background-color css
<style>
a { background-color: #FFBE08; }
a { background-color: rgb(255,190,8); }
div.DivClassName
{
background-color: #FFBE08;
}
.BgClassName
{
background-color: #FFBE08;
}
</style>
border-color css
<style>
span { border-color: #FFBE08; }
span { border-color: rgb(255,190,8); }
td.TdClassName
{
border-color: #FFBE08;
}
.TagClassName
{
border-color: #FFBE08;
}
</style>