Shades of Amber #FABD01
Tints of Amber #FABD01
RGB
CMYK
RGB Variations
Color information
#FABD01 (or 0xFABD01) is known color: Amber. HEX triplet: FA, BD and 01. RGB value is (250,189,1). Sum of RGB (Red+Green+Blue) = 250+189+1=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD01 is #0542FE. Grayscale: #BABABA. Windows color (decimal): -344831 or 114170. OLE color: 114170.
HSL color Cylindrical-coordinate representation of color #FABD01: hue angle of 45.3º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FABD01 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.02 |
| HSL | 45.3º | 0.99% | 0.49% | - |
| HSV(B) | 45.3º | 1% | 0.98% | - |
| XYZ | 57.63 | 56.72 | 7.94 | - |
| YUV | 185.81 | 23.71 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 1 | 0 | 0.24 | 1.00 | 0.02 | 45.3 | 0.99 | 0.49 |
| Hex | FA | BD | 1 | 0 | 18 | 64 | 2 | 2D | 63 | 31 |
| Octal | 372 | 275 | 1 | 0 | 30 | 144 | 2 | 55 | 143 | 61 |
| Binary | 11111010 | 10111101 | 1 | 0 | 11000 | 1100100 | 10 | 101101 | 1100011 | 110001 |
Color Harmonies of #FABD01
Complementary color
Monochromatic Colors of #FABD01
Black with #FABD01
Text Example
Text Example
White with #FABD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD01; }
p { color: rgb(250,189,1); }
H1.HeaderClassName
{
color: #FABD01;
}
.AnyTagClassName
{
color: #FABD01;
}
</style>
background-color css
<style>
a { background-color: #FABD01; }
a { background-color: rgb(250,189,1); }
div.DivClassName
{
background-color: #FABD01;
}
.BgClassName
{
background-color: #FABD01;
}
</style>
border-color css
<style>
span { border-color: #FABD01; }
span { border-color: rgb(250,189,1); }
td.TdClassName
{
border-color: #FABD01;
}
.TagClassName
{
border-color: #FABD01;
}
</style>