Shades of Amber #FFBE0A
Tints of Amber #FFBE0A
RGB
CMYK
RGB Variations
Color information
#FFBE0A (or 0xFFBE0A) is known color: Amber. HEX triplet: FF, BE and 0A. RGB value is (255,190,10). Sum of RGB (Red+Green+Blue) = 255+190+10=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE0A is #0041F5. Grayscale: #BDBDBD. Windows color (decimal): -16886 or 704255. OLE color: 704255.
HSL color Cylindrical-coordinate representation of color #FFBE0A: hue angle of 44.08º 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 #FFBE0A is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 10 | - |
| CMYK | 0 | 0.25 | 0.96 | 0 |
| HSL | 44.08º | 1% | 0.52% | - |
| HSV(B) | 44.08º | 0.96% | 1% | - |
| XYZ | 59.71 | 58.11 | 8.36 | - |
| YUV | 188.92 | 27.03 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 10 | 0 | 0.25 | 0.96 | 0 | 44.08 | 1 | 0.52 |
| Hex | FF | BE | A | 0 | 19 | 60 | 0 | 2C | 64 | 34 |
| Octal | 377 | 276 | 12 | 0 | 31 | 140 | 0 | 54 | 144 | 64 |
| Binary | 11111111 | 10111110 | 1010 | 0 | 11001 | 1100000 | 0 | 101100 | 1100100 | 110100 |
Color Harmonies of #FFBE0A
Complementary color
Monochromatic Colors of #FFBE0A
Black with #FFBE0A
Text Example
Text Example
White with #FFBE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE0A; }
p { color: rgb(255,190,10); }
H1.HeaderClassName
{
color: #FFBE0A;
}
.AnyTagClassName
{
color: #FFBE0A;
}
</style>
background-color css
<style>
a { background-color: #FFBE0A; }
a { background-color: rgb(255,190,10); }
div.DivClassName
{
background-color: #FFBE0A;
}
.BgClassName
{
background-color: #FFBE0A;
}
</style>
border-color css
<style>
span { border-color: #FFBE0A; }
span { border-color: rgb(255,190,10); }
td.TdClassName
{
border-color: #FFBE0A;
}
.TagClassName
{
border-color: #FFBE0A;
}
</style>