Shades of Amber #FFBE09
Tints of Amber #FFBE09
RGB
CMYK
RGB Variations
Color information
#FFBE09 (or 0xFFBE09) is known color: Amber. HEX triplet: FF, BE and 09. RGB value is (255,190,9). Sum of RGB (Red+Green+Blue) = 255+190+9=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE09 is #0041F6. Grayscale: #BDBDBD. Windows color (decimal): -16887 or 638719. OLE color: 638719.
HSL color Cylindrical-coordinate representation of color #FFBE09: hue angle of 44.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFBE09 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0 |
| HSL | 44.15º | 1% | 0.52% | - |
| HSV(B) | 44.15º | 0.96% | 1% | - |
| XYZ | 59.7 | 58.11 | 8.33 | - |
| YUV | 188.8 | 26.53 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 9 | 0 | 0.25 | 0.96 | 0 | 44.15 | 1 | 0.52 |
| Hex | FF | BE | 9 | 0 | 19 | 60 | 0 | 2C | 64 | 34 |
| Octal | 377 | 276 | 11 | 0 | 31 | 140 | 0 | 54 | 144 | 64 |
| Binary | 11111111 | 10111110 | 1001 | 0 | 11001 | 1100000 | 0 | 101100 | 1100100 | 110100 |
Color Harmonies of #FFBE09
Complementary color
Monochromatic Colors of #FFBE09
Black with #FFBE09
Text Example
Text Example
White with #FFBE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE09; }
p { color: rgb(255,190,9); }
H1.HeaderClassName
{
color: #FFBE09;
}
.AnyTagClassName
{
color: #FFBE09;
}
</style>
background-color css
<style>
a { background-color: #FFBE09; }
a { background-color: rgb(255,190,9); }
div.DivClassName
{
background-color: #FFBE09;
}
.BgClassName
{
background-color: #FFBE09;
}
</style>
border-color css
<style>
span { border-color: #FFBE09; }
span { border-color: rgb(255,190,9); }
td.TdClassName
{
border-color: #FFBE09;
}
.TagClassName
{
border-color: #FFBE09;
}
</style>