Shades of Selective Yellow #FABA00
Tints of Selective Yellow #FABA00
RGB
CMYK
RGB Variations
Color information
#FABA00 (or 0xFABA00) is known color: Selective Yellow. HEX triplet: FA, BA and 00. RGB value is (250,186,0). Sum of RGB (Red+Green+Blue) = 250+186+0=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA00 is #0545FF. Grayscale: #B8B8B8. Windows color (decimal): -345600 or 47866. OLE color: 47866.
HSL color Cylindrical-coordinate representation of color #FABA00: hue angle of 44.64º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FABA00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.02 |
| HSL | 44.64º | 1% | 0.49% | - |
| HSV(B) | 44.64º | 1% | 0.98% | - |
| XYZ | 56.98 | 55.44 | 7.7 | - |
| YUV | 183.93 | 24.2 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 0 | 0 | 0.26 | 1 | 0.02 | 44.64 | 1 | 0.49 |
| Hex | FA | BA | 0 | 0 | 1A | 64 | 2 | 2D | 64 | 31 |
| Octal | 372 | 272 | 0 | 0 | 32 | 144 | 2 | 55 | 144 | 61 |
| Binary | 11111010 | 10111010 | 0 | 0 | 11010 | 1100100 | 10 | 101101 | 1100100 | 110001 |
Color Harmonies of #FABA00
Complementary color
Monochromatic Colors of #FABA00
Black with #FABA00
Text Example
Text Example
White with #FABA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA00; }
p { color: rgb(250,186,0); }
H1.HeaderClassName
{
color: #FABA00;
}
.AnyTagClassName
{
color: #FABA00;
}
</style>
background-color css
<style>
a { background-color: #FABA00; }
a { background-color: rgb(250,186,0); }
div.DivClassName
{
background-color: #FABA00;
}
.BgClassName
{
background-color: #FABA00;
}
</style>
border-color css
<style>
span { border-color: #FABA00; }
span { border-color: rgb(250,186,0); }
td.TdClassName
{
border-color: #FABA00;
}
.TagClassName
{
border-color: #FABA00;
}
</style>