Shades of Amber #FABD05
Tints of Amber #FABD05
RGB
CMYK
RGB Variations
Color information
#FABD05 (or 0xFABD05) is known color: Amber. HEX triplet: FA, BD and 05. RGB value is (250,189,5). Sum of RGB (Red+Green+Blue) = 250+189+5=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD05 is #0542FA. Grayscale: #BBBBBB. Windows color (decimal): -344827 or 376314. OLE color: 376314.
HSL color Cylindrical-coordinate representation of color #FABD05: hue angle of 45.06º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FABD05 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.02 |
| HSL | 45.06º | 0.96% | 0.5% | - |
| HSV(B) | 45.06º | 0.98% | 0.98% | - |
| XYZ | 57.65 | 56.73 | 8.06 | - |
| YUV | 186.26 | 25.71 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 5 | 0 | 0.24 | 0.98 | 0.02 | 45.06 | 0.96 | 0.5 |
| Hex | FA | BD | 5 | 0 | 18 | 62 | 2 | 2D | 60 | 32 |
| Octal | 372 | 275 | 5 | 0 | 30 | 142 | 2 | 55 | 140 | 62 |
| Binary | 11111010 | 10111101 | 101 | 0 | 11000 | 1100010 | 10 | 101101 | 1100000 | 110010 |
Color Harmonies of #FABD05
Complementary color
Monochromatic Colors of #FABD05
Black with #FABD05
Text Example
Text Example
White with #FABD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD05; }
p { color: rgb(250,189,5); }
H1.HeaderClassName
{
color: #FABD05;
}
.AnyTagClassName
{
color: #FABD05;
}
</style>
background-color css
<style>
a { background-color: #FABD05; }
a { background-color: rgb(250,189,5); }
div.DivClassName
{
background-color: #FABD05;
}
.BgClassName
{
background-color: #FABD05;
}
</style>
border-color css
<style>
span { border-color: #FABD05; }
span { border-color: rgb(250,189,5); }
td.TdClassName
{
border-color: #FABD05;
}
.TagClassName
{
border-color: #FABD05;
}
</style>