Shades of Selective Yellow #F9BA06
Tints of Selective Yellow #F9BA06
RGB
CMYK
RGB Variations
Color information
#F9BA06 (or 0xF9BA06) is known color: Selective Yellow. HEX triplet: F9, BA and 06. RGB value is (249,186,6). Sum of RGB (Red+Green+Blue) = 249+186+6=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BA06 is #0645F9. Grayscale: #B9B9B9. Windows color (decimal): -411130 or 441081. OLE color: 441081.
HSL color Cylindrical-coordinate representation of color #F9BA06: hue angle of 44.44º degrees, saturation: 0.95, 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 #F9BA06 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 6 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.02 |
| HSL | 44.44º | 0.95% | 0.5% | - |
| HSV(B) | 44.44º | 0.98% | 0.98% | - |
| XYZ | 56.66 | 55.27 | 7.85 | - |
| YUV | 184.32 | 27.37 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 6 | 0 | 0.25 | 0.98 | 0.02 | 44.44 | 0.95 | 0.5 |
| Hex | F9 | BA | 6 | 0 | 19 | 62 | 2 | 2C | 5F | 32 |
| Octal | 371 | 272 | 6 | 0 | 31 | 142 | 2 | 54 | 137 | 62 |
| Binary | 11111001 | 10111010 | 110 | 0 | 11001 | 1100010 | 10 | 101100 | 1011111 | 110010 |
Color Harmonies of #F9BA06
Complementary color
Monochromatic Colors of #F9BA06
Black with #F9BA06
Text Example
Text Example
White with #F9BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA06; }
p { color: rgb(249,186,6); }
H1.HeaderClassName
{
color: #F9BA06;
}
.AnyTagClassName
{
color: #F9BA06;
}
</style>
background-color css
<style>
a { background-color: #F9BA06; }
a { background-color: rgb(249,186,6); }
div.DivClassName
{
background-color: #F9BA06;
}
.BgClassName
{
background-color: #F9BA06;
}
</style>
border-color css
<style>
span { border-color: #F9BA06; }
span { border-color: rgb(249,186,6); }
td.TdClassName
{
border-color: #F9BA06;
}
.TagClassName
{
border-color: #F9BA06;
}
</style>