Shades of Amber #FFBE04
Tints of Amber #FFBE04
RGB
CMYK
RGB Variations
Color information
#FFBE04 (or 0xFFBE04) is known color: Amber. HEX triplet: FF, BE and 04. RGB value is (255,190,4). Sum of RGB (Red+Green+Blue) = 255+190+4=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE04 is #0041FB. Grayscale: #BDBDBD. Windows color (decimal): -16892 or 311039. OLE color: 311039.
HSL color Cylindrical-coordinate representation of color #FFBE04: hue angle of 44.46º 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 #FFBE04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0 |
| HSL | 44.46º | 1% | 0.51% | - |
| HSV(B) | 44.46º | 0.98% | 1% | - |
| XYZ | 59.68 | 58.1 | 8.18 | - |
| YUV | 188.23 | 24.03 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 4 | 0 | 0.25 | 0.98 | 0 | 44.46 | 1 | 0.51 |
| Hex | FF | BE | 4 | 0 | 19 | 62 | 0 | 2C | 64 | 33 |
| Octal | 377 | 276 | 4 | 0 | 31 | 142 | 0 | 54 | 144 | 63 |
| Binary | 11111111 | 10111110 | 100 | 0 | 11001 | 1100010 | 0 | 101100 | 1100100 | 110011 |
Color Harmonies of #FFBE04
Complementary color
Monochromatic Colors of #FFBE04
Black with #FFBE04
Text Example
Text Example
White with #FFBE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE04; }
p { color: rgb(255,190,4); }
H1.HeaderClassName
{
color: #FFBE04;
}
.AnyTagClassName
{
color: #FFBE04;
}
</style>
background-color css
<style>
a { background-color: #FFBE04; }
a { background-color: rgb(255,190,4); }
div.DivClassName
{
background-color: #FFBE04;
}
.BgClassName
{
background-color: #FFBE04;
}
</style>
border-color css
<style>
span { border-color: #FFBE04; }
span { border-color: rgb(255,190,4); }
td.TdClassName
{
border-color: #FFBE04;
}
.TagClassName
{
border-color: #FFBE04;
}
</style>