Shades of Amber #FFBE07
Tints of Amber #FFBE07
RGB
CMYK
RGB Variations
Color information
#FFBE07 (or 0xFFBE07) is known color: Amber. HEX triplet: FF, BE and 07. RGB value is (255,190,7). Sum of RGB (Red+Green+Blue) = 255+190+7=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE07 is #0041F8. Grayscale: #BDBDBD. Windows color (decimal): -16889 or 507647. OLE color: 507647.
HSL color Cylindrical-coordinate representation of color #FFBE07: hue angle of 44.27º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFBE07 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0 |
| HSL | 44.27º | 1% | 0.51% | - |
| HSV(B) | 44.27º | 0.97% | 1% | - |
| XYZ | 59.69 | 58.1 | 8.27 | - |
| YUV | 188.57 | 25.53 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 7 | 0 | 0.25 | 0.97 | 0 | 44.27 | 1 | 0.51 |
| Hex | FF | BE | 7 | 0 | 19 | 61 | 0 | 2C | 64 | 33 |
| Octal | 377 | 276 | 7 | 0 | 31 | 141 | 0 | 54 | 144 | 63 |
| Binary | 11111111 | 10111110 | 111 | 0 | 11001 | 1100001 | 0 | 101100 | 1100100 | 110011 |
Color Harmonies of #FFBE07
Complementary color
Monochromatic Colors of #FFBE07
Black with #FFBE07
Text Example
Text Example
White with #FFBE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE07; }
p { color: rgb(255,190,7); }
H1.HeaderClassName
{
color: #FFBE07;
}
.AnyTagClassName
{
color: #FFBE07;
}
</style>
background-color css
<style>
a { background-color: #FFBE07; }
a { background-color: rgb(255,190,7); }
div.DivClassName
{
background-color: #FFBE07;
}
.BgClassName
{
background-color: #FFBE07;
}
</style>
border-color css
<style>
span { border-color: #FFBE07; }
span { border-color: rgb(255,190,7); }
td.TdClassName
{
border-color: #FFBE07;
}
.TagClassName
{
border-color: #FFBE07;
}
</style>