Shades of Selective Yellow #F9BA0C
Tints of Selective Yellow #F9BA0C
RGB
CMYK
RGB Variations
Color information
#F9BA0C (or 0xF9BA0C) is known color: Selective Yellow. HEX triplet: F9, BA and 0C. RGB value is (249,186,12). Sum of RGB (Red+Green+Blue) = 249+186+12=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BA0C is #0645F3. Grayscale: #B9B9B9. Windows color (decimal): -411124 or 834297. OLE color: 834297.
HSL color Cylindrical-coordinate representation of color #F9BA0C: hue angle of 44.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9BA0C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.02 |
| HSL | 44.05º | 0.95% | 0.51% | - |
| HSV(B) | 44.05º | 0.95% | 0.98% | - |
| XYZ | 56.69 | 55.28 | 8.03 | - |
| YUV | 185 | 30.37 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 12 | 0 | 0.25 | 0.95 | 0.02 | 44.05 | 0.95 | 0.51 |
| Hex | F9 | BA | C | 0 | 19 | 5F | 2 | 2C | 5F | 33 |
| Octal | 371 | 272 | 14 | 0 | 31 | 137 | 2 | 54 | 137 | 63 |
| Binary | 11111001 | 10111010 | 1100 | 0 | 11001 | 1011111 | 10 | 101100 | 1011111 | 110011 |
Color Harmonies of #F9BA0C
Complementary color
Monochromatic Colors of #F9BA0C
Black with #F9BA0C
Text Example
Text Example
White with #F9BA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA0C; }
p { color: rgb(249,186,12); }
H1.HeaderClassName
{
color: #F9BA0C;
}
.AnyTagClassName
{
color: #F9BA0C;
}
</style>
background-color css
<style>
a { background-color: #F9BA0C; }
a { background-color: rgb(249,186,12); }
div.DivClassName
{
background-color: #F9BA0C;
}
.BgClassName
{
background-color: #F9BA0C;
}
</style>
border-color css
<style>
span { border-color: #F9BA0C; }
span { border-color: rgb(249,186,12); }
td.TdClassName
{
border-color: #F9BA0C;
}
.TagClassName
{
border-color: #F9BA0C;
}
</style>