Shades of Selective Yellow #FABA11
Tints of Selective Yellow #FABA11
RGB
CMYK
RGB Variations
Color information
#FABA11 (or 0xFABA11) is known color: Selective Yellow. HEX triplet: FA, BA and 11. RGB value is (250,186,17). Sum of RGB (Red+Green+Blue) = 250+186+17=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA11 is #0545EE. Grayscale: #BABABA. Windows color (decimal): -345583 or 1161978. OLE color: 1161978.
HSL color Cylindrical-coordinate representation of color #FABA11: hue angle of 43.52º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FABA11 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 17 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.02 |
| HSL | 43.52º | 0.96% | 0.52% | - |
| HSV(B) | 43.52º | 0.93% | 0.98% | - |
| XYZ | 57.08 | 55.48 | 8.23 | - |
| YUV | 185.87 | 32.7 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 17 | 0 | 0.26 | 0.93 | 0.02 | 43.52 | 0.96 | 0.52 |
| Hex | FA | BA | 11 | 0 | 1A | 5D | 2 | 2C | 60 | 34 |
| Octal | 372 | 272 | 21 | 0 | 32 | 135 | 2 | 54 | 140 | 64 |
| Binary | 11111010 | 10111010 | 10001 | 0 | 11010 | 1011101 | 10 | 101100 | 1100000 | 110100 |
Color Harmonies of #FABA11
Complementary color
Monochromatic Colors of #FABA11
Black with #FABA11
Text Example
Text Example
White with #FABA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA11; }
p { color: rgb(250,186,17); }
H1.HeaderClassName
{
color: #FABA11;
}
.AnyTagClassName
{
color: #FABA11;
}
</style>
background-color css
<style>
a { background-color: #FABA11; }
a { background-color: rgb(250,186,17); }
div.DivClassName
{
background-color: #FABA11;
}
.BgClassName
{
background-color: #FABA11;
}
</style>
border-color css
<style>
span { border-color: #FABA11; }
span { border-color: rgb(250,186,17); }
td.TdClassName
{
border-color: #FABA11;
}
.TagClassName
{
border-color: #FABA11;
}
</style>