Shades of Selective Yellow #FABA08
Tints of Selective Yellow #FABA08
RGB
CMYK
RGB Variations
Color information
#FABA08 (or 0xFABA08) is known color: Selective Yellow. HEX triplet: FA, BA and 08. RGB value is (250,186,8). Sum of RGB (Red+Green+Blue) = 250+186+8=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA08 is #0545F7. Grayscale: #B9B9B9. Windows color (decimal): -345592 or 572154. OLE color: 572154.
HSL color Cylindrical-coordinate representation of color #FABA08: hue angle of 44.13º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FABA08 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 8 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.02 |
| HSL | 44.13º | 0.96% | 0.51% | - |
| HSV(B) | 44.13º | 0.97% | 0.98% | - |
| XYZ | 57.03 | 55.46 | 7.93 | - |
| YUV | 184.84 | 28.2 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 8 | 0 | 0.26 | 0.97 | 0.02 | 44.13 | 0.96 | 0.51 |
| Hex | FA | BA | 8 | 0 | 1A | 61 | 2 | 2C | 60 | 33 |
| Octal | 372 | 272 | 10 | 0 | 32 | 141 | 2 | 54 | 140 | 63 |
| Binary | 11111010 | 10111010 | 1000 | 0 | 11010 | 1100001 | 10 | 101100 | 1100000 | 110011 |
Color Harmonies of #FABA08
Complementary color
Monochromatic Colors of #FABA08
Black with #FABA08
Text Example
Text Example
White with #FABA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA08; }
p { color: rgb(250,186,8); }
H1.HeaderClassName
{
color: #FABA08;
}
.AnyTagClassName
{
color: #FABA08;
}
</style>
background-color css
<style>
a { background-color: #FABA08; }
a { background-color: rgb(250,186,8); }
div.DivClassName
{
background-color: #FABA08;
}
.BgClassName
{
background-color: #FABA08;
}
</style>
border-color css
<style>
span { border-color: #FABA08; }
span { border-color: rgb(250,186,8); }
td.TdClassName
{
border-color: #FABA08;
}
.TagClassName
{
border-color: #FABA08;
}
</style>