Shades of Amber #FFBE12
Tints of Amber #FFBE12
RGB
CMYK
RGB Variations
Color information
#FFBE12 (or 0xFFBE12) is known color: Amber. HEX triplet: FF, BE and 12. RGB value is (255,190,18). Sum of RGB (Red+Green+Blue) = 255+190+18=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE12 is #0041ED. Grayscale: #BEBEBE. Windows color (decimal): -16878 or 1228543. OLE color: 1228543.
HSL color Cylindrical-coordinate representation of color #FFBE12: hue angle of 43.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFBE12 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 18 | - |
| CMYK | 0 | 0.25 | 0.93 | 0 |
| HSL | 43.54º | 1% | 0.54% | - |
| HSV(B) | 43.54º | 0.93% | 1% | - |
| XYZ | 59.76 | 58.13 | 8.64 | - |
| YUV | 189.83 | 31.03 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 18 | 0 | 0.25 | 0.93 | 0 | 43.54 | 1 | 0.54 |
| Hex | FF | BE | 12 | 0 | 19 | 5D | 0 | 2C | 64 | 36 |
| Octal | 377 | 276 | 22 | 0 | 31 | 135 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 10111110 | 10010 | 0 | 11001 | 1011101 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFBE12
Complementary color
Monochromatic Colors of #FFBE12
Black with #FFBE12
Text Example
Text Example
White with #FFBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE12; }
p { color: rgb(255,190,18); }
H1.HeaderClassName
{
color: #FFBE12;
}
.AnyTagClassName
{
color: #FFBE12;
}
</style>
background-color css
<style>
a { background-color: #FFBE12; }
a { background-color: rgb(255,190,18); }
div.DivClassName
{
background-color: #FFBE12;
}
.BgClassName
{
background-color: #FFBE12;
}
</style>
border-color css
<style>
span { border-color: #FFBE12; }
span { border-color: rgb(255,190,18); }
td.TdClassName
{
border-color: #FFBE12;
}
.TagClassName
{
border-color: #FFBE12;
}
</style>