Shades of Selective Yellow #F9BA10
Tints of Selective Yellow #F9BA10
RGB
CMYK
RGB Variations
Color information
#F9BA10 (or 0xF9BA10) is known color: Selective Yellow. HEX triplet: F9, BA and 10. RGB value is (249,186,16). Sum of RGB (Red+Green+Blue) = 249+186+16=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BA10 is #0645EF. Grayscale: #BABABA. Windows color (decimal): -411120 or 1096441. OLE color: 1096441.
HSL color Cylindrical-coordinate representation of color #F9BA10: hue angle of 43.78º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9BA10 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 16 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.02 |
| HSL | 43.78º | 0.95% | 0.52% | - |
| HSV(B) | 43.78º | 0.94% | 0.98% | - |
| XYZ | 56.72 | 55.29 | 8.17 | - |
| YUV | 185.46 | 32.37 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 16 | 0 | 0.25 | 0.94 | 0.02 | 43.78 | 0.95 | 0.52 |
| Hex | F9 | BA | 10 | 0 | 19 | 5E | 2 | 2C | 5F | 34 |
| Octal | 371 | 272 | 20 | 0 | 31 | 136 | 2 | 54 | 137 | 64 |
| Binary | 11111001 | 10111010 | 10000 | 0 | 11001 | 1011110 | 10 | 101100 | 1011111 | 110100 |
Color Harmonies of #F9BA10
Complementary color
Monochromatic Colors of #F9BA10
Black with #F9BA10
Text Example
Text Example
White with #F9BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA10; }
p { color: rgb(249,186,16); }
H1.HeaderClassName
{
color: #F9BA10;
}
.AnyTagClassName
{
color: #F9BA10;
}
</style>
background-color css
<style>
a { background-color: #F9BA10; }
a { background-color: rgb(249,186,16); }
div.DivClassName
{
background-color: #F9BA10;
}
.BgClassName
{
background-color: #F9BA10;
}
</style>
border-color css
<style>
span { border-color: #F9BA10; }
span { border-color: rgb(249,186,16); }
td.TdClassName
{
border-color: #F9BA10;
}
.TagClassName
{
border-color: #F9BA10;
}
</style>