Shades of Selective Yellow #FABA12
Tints of Selective Yellow #FABA12
RGB
CMYK
RGB Variations
Color information
#FABA12 (or 0xFABA12) is known color: Selective Yellow. HEX triplet: FA, BA and 12. RGB value is (250,186,18). Sum of RGB (Red+Green+Blue) = 250+186+18=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA12 is #0545ED. Grayscale: #BABABA. Windows color (decimal): -345582 or 1227514. OLE color: 1227514.
HSL color Cylindrical-coordinate representation of color #FABA12: hue angle of 43.45º 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 #FABA12 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 18 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.02 |
| HSL | 43.45º | 0.96% | 0.53% | - |
| HSV(B) | 43.45º | 0.93% | 0.98% | - |
| XYZ | 57.09 | 55.49 | 8.27 | - |
| YUV | 185.98 | 33.2 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 18 | 0 | 0.26 | 0.93 | 0.02 | 43.45 | 0.96 | 0.53 |
| Hex | FA | BA | 12 | 0 | 1A | 5D | 2 | 2B | 60 | 35 |
| Octal | 372 | 272 | 22 | 0 | 32 | 135 | 2 | 53 | 140 | 65 |
| Binary | 11111010 | 10111010 | 10010 | 0 | 11010 | 1011101 | 10 | 101011 | 1100000 | 110101 |
Color Harmonies of #FABA12
Complementary color
Monochromatic Colors of #FABA12
Black with #FABA12
Text Example
Text Example
White with #FABA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA12; }
p { color: rgb(250,186,18); }
H1.HeaderClassName
{
color: #FABA12;
}
.AnyTagClassName
{
color: #FABA12;
}
</style>
background-color css
<style>
a { background-color: #FABA12; }
a { background-color: rgb(250,186,18); }
div.DivClassName
{
background-color: #FABA12;
}
.BgClassName
{
background-color: #FABA12;
}
</style>
border-color css
<style>
span { border-color: #FABA12; }
span { border-color: rgb(250,186,18); }
td.TdClassName
{
border-color: #FABA12;
}
.TagClassName
{
border-color: #FABA12;
}
</style>