Shades of Selective Yellow #FABB06
Tints of Selective Yellow #FABB06
RGB
CMYK
RGB Variations
Color information
#FABB06 (or 0xFABB06) is known color: Selective Yellow. HEX triplet: FA, BB and 06. RGB value is (250,187,6). Sum of RGB (Red+Green+Blue) = 250+187+6=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB06 is #0544F9. Grayscale: #B9B9B9. Windows color (decimal): -345338 or 441338. OLE color: 441338.
HSL color Cylindrical-coordinate representation of color #FABB06: hue angle of 44.51º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FABB06 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 6 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.02 |
| HSL | 44.51º | 0.96% | 0.5% | - |
| HSV(B) | 44.51º | 0.98% | 0.98% | - |
| XYZ | 57.23 | 55.88 | 7.94 | - |
| YUV | 185.2 | 26.87 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 6 | 0 | 0.25 | 0.98 | 0.02 | 44.51 | 0.96 | 0.5 |
| Hex | FA | BB | 6 | 0 | 19 | 62 | 2 | 2D | 60 | 32 |
| Octal | 372 | 273 | 6 | 0 | 31 | 142 | 2 | 55 | 140 | 62 |
| Binary | 11111010 | 10111011 | 110 | 0 | 11001 | 1100010 | 10 | 101101 | 1100000 | 110010 |
Color Harmonies of #FABB06
Complementary color
Monochromatic Colors of #FABB06
Black with #FABB06
Text Example
Text Example
White with #FABB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB06; }
p { color: rgb(250,187,6); }
H1.HeaderClassName
{
color: #FABB06;
}
.AnyTagClassName
{
color: #FABB06;
}
</style>
background-color css
<style>
a { background-color: #FABB06; }
a { background-color: rgb(250,187,6); }
div.DivClassName
{
background-color: #FABB06;
}
.BgClassName
{
background-color: #FABB06;
}
</style>
border-color css
<style>
span { border-color: #FABB06; }
span { border-color: rgb(250,187,6); }
td.TdClassName
{
border-color: #FABB06;
}
.TagClassName
{
border-color: #FABB06;
}
</style>