Shades of Selective Yellow #F9B900
Tints of Selective Yellow #F9B900
RGB
CMYK
RGB Variations
Color information
#F9B900 (or 0xF9B900) is known color: Selective Yellow. HEX triplet: F9, B9 and 00. RGB value is (249,185,0). Sum of RGB (Red+Green+Blue) = 249+185+0=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B900 is #0646FF. Grayscale: #B7B7B7. Windows color (decimal): -411392 or 47609. OLE color: 47609.
HSL color Cylindrical-coordinate representation of color #F9B900: hue angle of 44.58º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9B900 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 185 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.02 |
| HSL | 44.58º | 1% | 0.49% | - |
| HSV(B) | 44.58º | 1% | 0.98% | - |
| XYZ | 56.42 | 54.84 | 7.61 | - |
| YUV | 183.05 | 24.7 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 185 | 0 | 0 | 0.26 | 1 | 0.02 | 44.58 | 1 | 0.49 |
| Hex | F9 | B9 | 0 | 0 | 1A | 64 | 2 | 2D | 64 | 31 |
| Octal | 371 | 271 | 0 | 0 | 32 | 144 | 2 | 55 | 144 | 61 |
| Binary | 11111001 | 10111001 | 0 | 0 | 11010 | 1100100 | 10 | 101101 | 1100100 | 110001 |
Color Harmonies of #F9B900
Complementary color
Monochromatic Colors of #F9B900
Black with #F9B900
Text Example
Text Example
White with #F9B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B900; }
p { color: rgb(249,185,0); }
H1.HeaderClassName
{
color: #F9B900;
}
.AnyTagClassName
{
color: #F9B900;
}
</style>
background-color css
<style>
a { background-color: #F9B900; }
a { background-color: rgb(249,185,0); }
div.DivClassName
{
background-color: #F9B900;
}
.BgClassName
{
background-color: #F9B900;
}
</style>
border-color css
<style>
span { border-color: #F9B900; }
span { border-color: rgb(249,185,0); }
td.TdClassName
{
border-color: #F9B900;
}
.TagClassName
{
border-color: #F9B900;
}
</style>