Shades of Selective Yellow #FABB09
Tints of Selective Yellow #FABB09
RGB
CMYK
RGB Variations
Color information
#FABB09 (or 0xFABB09) is known color: Selective Yellow. HEX triplet: FA, BB and 09. RGB value is (250,187,9). Sum of RGB (Red+Green+Blue) = 250+187+9=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 9 (3.91% from 255 or 2.02% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB09 is #0544F6. Grayscale: #BABABA. Windows color (decimal): -345335 or 637946. OLE color: 637946.
HSL color Cylindrical-coordinate representation of color #FABB09: hue angle of 44.32º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FABB09 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.02 |
| HSL | 44.32º | 0.96% | 0.51% | - |
| HSV(B) | 44.32º | 0.96% | 0.98% | - |
| XYZ | 57.24 | 55.88 | 8.03 | - |
| YUV | 185.55 | 28.37 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 9 | 0 | 0.25 | 0.96 | 0.02 | 44.32 | 0.96 | 0.51 |
| Hex | FA | BB | 9 | 0 | 19 | 60 | 2 | 2C | 60 | 33 |
| Octal | 372 | 273 | 11 | 0 | 31 | 140 | 2 | 54 | 140 | 63 |
| Binary | 11111010 | 10111011 | 1001 | 0 | 11001 | 1100000 | 10 | 101100 | 1100000 | 110011 |
Color Harmonies of #FABB09
Complementary color
Monochromatic Colors of #FABB09
Black with #FABB09
Text Example
Text Example
White with #FABB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB09; }
p { color: rgb(250,187,9); }
H1.HeaderClassName
{
color: #FABB09;
}
.AnyTagClassName
{
color: #FABB09;
}
</style>
background-color css
<style>
a { background-color: #FABB09; }
a { background-color: rgb(250,187,9); }
div.DivClassName
{
background-color: #FABB09;
}
.BgClassName
{
background-color: #FABB09;
}
</style>
border-color css
<style>
span { border-color: #FABB09; }
span { border-color: rgb(250,187,9); }
td.TdClassName
{
border-color: #FABB09;
}
.TagClassName
{
border-color: #FABB09;
}
</style>