Shades of Amber #FABD0B
Tints of Amber #FABD0B
RGB
CMYK
RGB Variations
Color information
#FABD0B (or 0xFABD0B) is known color: Amber. HEX triplet: FA, BD and 0B. RGB value is (250,189,11). Sum of RGB (Red+Green+Blue) = 250+189+11=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD0B is #0542F4. Grayscale: #BBBBBB. Windows color (decimal): -344821 or 769530. OLE color: 769530.
HSL color Cylindrical-coordinate representation of color #FABD0B: hue angle of 44.69º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FABD0B is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 11 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.02 |
| HSL | 44.69º | 0.96% | 0.51% | - |
| HSV(B) | 44.69º | 0.96% | 0.98% | - |
| XYZ | 57.68 | 56.74 | 8.23 | - |
| YUV | 186.95 | 28.71 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 11 | 0 | 0.24 | 0.96 | 0.02 | 44.69 | 0.96 | 0.51 |
| Hex | FA | BD | B | 0 | 18 | 60 | 2 | 2D | 60 | 33 |
| Octal | 372 | 275 | 13 | 0 | 30 | 140 | 2 | 55 | 140 | 63 |
| Binary | 11111010 | 10111101 | 1011 | 0 | 11000 | 1100000 | 10 | 101101 | 1100000 | 110011 |
Color Harmonies of #FABD0B
Complementary color
Monochromatic Colors of #FABD0B
Black with #FABD0B
Text Example
Text Example
White with #FABD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD0B; }
p { color: rgb(250,189,11); }
H1.HeaderClassName
{
color: #FABD0B;
}
.AnyTagClassName
{
color: #FABD0B;
}
</style>
background-color css
<style>
a { background-color: #FABD0B; }
a { background-color: rgb(250,189,11); }
div.DivClassName
{
background-color: #FABD0B;
}
.BgClassName
{
background-color: #FABD0B;
}
</style>
border-color css
<style>
span { border-color: #FABD0B; }
span { border-color: rgb(250,189,11); }
td.TdClassName
{
border-color: #FABD0B;
}
.TagClassName
{
border-color: #FABD0B;
}
</style>