Shades of Amber #FABD12
Tints of Amber #FABD12
RGB
CMYK
RGB Variations
Color information
#FABD12 (or 0xFABD12) is known color: Amber. HEX triplet: FA, BD and 12. RGB value is (250,189,18). Sum of RGB (Red+Green+Blue) = 250+189+18=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD12 is #0542ED. Grayscale: #BCBCBC. Windows color (decimal): -344814 or 1228282. OLE color: 1228282.
HSL color Cylindrical-coordinate representation of color #FABD12: hue angle of 44.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FABD12 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 18 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.02 |
| HSL | 44.22º | 0.96% | 0.53% | - |
| HSV(B) | 44.22º | 0.93% | 0.98% | - |
| XYZ | 57.73 | 56.76 | 8.49 | - |
| YUV | 187.75 | 32.21 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 18 | 0 | 0.24 | 0.93 | 0.02 | 44.22 | 0.96 | 0.53 |
| Hex | FA | BD | 12 | 0 | 18 | 5D | 2 | 2C | 60 | 35 |
| Octal | 372 | 275 | 22 | 0 | 30 | 135 | 2 | 54 | 140 | 65 |
| Binary | 11111010 | 10111101 | 10010 | 0 | 11000 | 1011101 | 10 | 101100 | 1100000 | 110101 |
Color Harmonies of #FABD12
Complementary color
Monochromatic Colors of #FABD12
Black with #FABD12
Text Example
Text Example
White with #FABD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD12; }
p { color: rgb(250,189,18); }
H1.HeaderClassName
{
color: #FABD12;
}
.AnyTagClassName
{
color: #FABD12;
}
</style>
background-color css
<style>
a { background-color: #FABD12; }
a { background-color: rgb(250,189,18); }
div.DivClassName
{
background-color: #FABD12;
}
.BgClassName
{
background-color: #FABD12;
}
</style>
border-color css
<style>
span { border-color: #FABD12; }
span { border-color: rgb(250,189,18); }
td.TdClassName
{
border-color: #FABD12;
}
.TagClassName
{
border-color: #FABD12;
}
</style>