Shades of Selective Yellow #F9BB00
Tints of Selective Yellow #F9BB00
RGB
CMYK
RGB Variations
Color information
#F9BB00 (or 0xF9BB00) is known color: Selective Yellow. HEX triplet: F9, BB and 00. RGB value is (249,187,0). Sum of RGB (Red+Green+Blue) = 249+187+0=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BB00 is #0644FF. Grayscale: #B9B9B9. Windows color (decimal): -410880 or 48121. OLE color: 48121.
HSL color Cylindrical-coordinate representation of color #F9BB00: hue angle of 45.06º 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 #F9BB00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.02 |
| HSL | 45.06º | 1% | 0.49% | - |
| HSV(B) | 45.06º | 1% | 0.98% | - |
| XYZ | 56.84 | 55.68 | 7.75 | - |
| YUV | 184.22 | 24.04 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 0 | 0 | 0.25 | 1 | 0.02 | 45.06 | 1 | 0.49 |
| Hex | F9 | BB | 0 | 0 | 19 | 64 | 2 | 2D | 64 | 31 |
| Octal | 371 | 273 | 0 | 0 | 31 | 144 | 2 | 55 | 144 | 61 |
| Binary | 11111001 | 10111011 | 0 | 0 | 11001 | 1100100 | 10 | 101101 | 1100100 | 110001 |
Color Harmonies of #F9BB00
Complementary color
Monochromatic Colors of #F9BB00
Black with #F9BB00
Text Example
Text Example
White with #F9BB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BB00; }
p { color: rgb(249,187,0); }
H1.HeaderClassName
{
color: #F9BB00;
}
.AnyTagClassName
{
color: #F9BB00;
}
</style>
background-color css
<style>
a { background-color: #F9BB00; }
a { background-color: rgb(249,187,0); }
div.DivClassName
{
background-color: #F9BB00;
}
.BgClassName
{
background-color: #F9BB00;
}
</style>
border-color css
<style>
span { border-color: #F9BB00; }
span { border-color: rgb(249,187,0); }
td.TdClassName
{
border-color: #F9BB00;
}
.TagClassName
{
border-color: #F9BB00;
}
</style>