Shades of Amber #FFBE03
Tints of Amber #FFBE03
RGB
CMYK
RGB Variations
Color information
#FFBE03 (or 0xFFBE03) is known color: Amber. HEX triplet: FF, BE and 03. RGB value is (255,190,3). Sum of RGB (Red+Green+Blue) = 255+190+3=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE03 is #0041FC. Grayscale: #BCBCBC. Windows color (decimal): -16893 or 245503. OLE color: 245503.
HSL color Cylindrical-coordinate representation of color #FFBE03: hue angle of 44.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFBE03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0 |
| HSL | 44.52º | 1% | 0.51% | - |
| HSV(B) | 44.52º | 0.99% | 1% | - |
| XYZ | 59.67 | 58.09 | 8.15 | - |
| YUV | 188.12 | 23.53 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 3 | 0 | 0.25 | 0.99 | 0 | 44.52 | 1 | 0.51 |
| Hex | FF | BE | 3 | 0 | 19 | 63 | 0 | 2D | 64 | 33 |
| Octal | 377 | 276 | 3 | 0 | 31 | 143 | 0 | 55 | 144 | 63 |
| Binary | 11111111 | 10111110 | 11 | 0 | 11001 | 1100011 | 0 | 101101 | 1100100 | 110011 |
Color Harmonies of #FFBE03
Complementary color
Monochromatic Colors of #FFBE03
Black with #FFBE03
Text Example
Text Example
White with #FFBE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE03; }
p { color: rgb(255,190,3); }
H1.HeaderClassName
{
color: #FFBE03;
}
.AnyTagClassName
{
color: #FFBE03;
}
</style>
background-color css
<style>
a { background-color: #FFBE03; }
a { background-color: rgb(255,190,3); }
div.DivClassName
{
background-color: #FFBE03;
}
.BgClassName
{
background-color: #FFBE03;
}
</style>
border-color css
<style>
span { border-color: #FFBE03; }
span { border-color: rgb(255,190,3); }
td.TdClassName
{
border-color: #FFBE03;
}
.TagClassName
{
border-color: #FFBE03;
}
</style>