Shades of Amber #FBBD00
Tints of Amber #FBBD00
RGB
CMYK
RGB Variations
Color information
#FBBD00 (or 0xFBBD00) is known color: Amber. HEX triplet: FB, BD and 00. RGB value is (251,189,0). Sum of RGB (Red+Green+Blue) = 251+189+0=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBD00 is #0442FF. Grayscale: #BABABA. Windows color (decimal): -279296 or 48635. OLE color: 48635.
HSL color Cylindrical-coordinate representation of color #FBBD00: hue angle of 45.18º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBBD00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.02 |
| HSL | 45.18º | 1% | 0.49% | - |
| HSV(B) | 45.18º | 1% | 0.98% | - |
| XYZ | 57.98 | 56.9 | 7.93 | - |
| YUV | 185.99 | 23.04 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 0 | 0 | 0.25 | 1 | 0.02 | 45.18 | 1 | 0.49 |
| Hex | FB | BD | 0 | 0 | 19 | 64 | 2 | 2D | 64 | 31 |
| Octal | 373 | 275 | 0 | 0 | 31 | 144 | 2 | 55 | 144 | 61 |
| Binary | 11111011 | 10111101 | 0 | 0 | 11001 | 1100100 | 10 | 101101 | 1100100 | 110001 |
Color Harmonies of #FBBD00
Complementary color
Monochromatic Colors of #FBBD00
Black with #FBBD00
Text Example
Text Example
White with #FBBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBD00; }
p { color: rgb(251,189,0); }
H1.HeaderClassName
{
color: #FBBD00;
}
.AnyTagClassName
{
color: #FBBD00;
}
</style>
background-color css
<style>
a { background-color: #FBBD00; }
a { background-color: rgb(251,189,0); }
div.DivClassName
{
background-color: #FBBD00;
}
.BgClassName
{
background-color: #FBBD00;
}
</style>
border-color css
<style>
span { border-color: #FBBD00; }
span { border-color: rgb(251,189,0); }
td.TdClassName
{
border-color: #FBBD00;
}
.TagClassName
{
border-color: #FBBD00;
}
</style>