Shades of Amber #FBBD03
Tints of Amber #FBBD03
RGB
CMYK
RGB Variations
Color information
#FBBD03 (or 0xFBBD03) is known color: Amber. HEX triplet: FB, BD and 03. RGB value is (251,189,3). Sum of RGB (Red+Green+Blue) = 251+189+3=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBD03 is #0442FC. Grayscale: #BBBBBB. Windows color (decimal): -279293 or 245243. OLE color: 245243.
HSL color Cylindrical-coordinate representation of color #FBBD03: hue angle of 45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBBD03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.02 |
| HSL | 45º | 0.98% | 0.5% | - |
| HSV(B) | 45º | 0.99% | 0.98% | - |
| XYZ | 58 | 56.91 | 8.01 | - |
| YUV | 186.33 | 24.54 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 3 | 0 | 0.25 | 0.99 | 0.02 | 45 | 0.98 | 0.5 |
| Hex | FB | BD | 3 | 0 | 19 | 63 | 2 | 2D | 62 | 32 |
| Octal | 373 | 275 | 3 | 0 | 31 | 143 | 2 | 55 | 142 | 62 |
| Binary | 11111011 | 10111101 | 11 | 0 | 11001 | 1100011 | 10 | 101101 | 1100010 | 110010 |
Color Harmonies of #FBBD03
Complementary color
Monochromatic Colors of #FBBD03
Black with #FBBD03
Text Example
Text Example
White with #FBBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBD03; }
p { color: rgb(251,189,3); }
H1.HeaderClassName
{
color: #FBBD03;
}
.AnyTagClassName
{
color: #FBBD03;
}
</style>
background-color css
<style>
a { background-color: #FBBD03; }
a { background-color: rgb(251,189,3); }
div.DivClassName
{
background-color: #FBBD03;
}
.BgClassName
{
background-color: #FBBD03;
}
</style>
border-color css
<style>
span { border-color: #FBBD03; }
span { border-color: rgb(251,189,3); }
td.TdClassName
{
border-color: #FBBD03;
}
.TagClassName
{
border-color: #FBBD03;
}
</style>