Shades of Selective Yellow #F9B100
Tints of Selective Yellow #F9B100
RGB
CMYK
RGB Variations
Color information
#F9B100 (or 0xF9B100) is known color: Selective Yellow. HEX triplet: F9, B1 and 00. RGB value is (249,177,0). Sum of RGB (Red+Green+Blue) = 249+177+0=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9B100 is #064EFF. Grayscale: #B3B3B3. Windows color (decimal): -413440 or 45561. OLE color: 45561.
HSL color Cylindrical-coordinate representation of color #F9B100: hue angle of 42.65º 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 #F9B100 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.02 |
| HSL | 42.65º | 1% | 0.49% | - |
| HSV(B) | 42.65º | 1% | 0.98% | - |
| XYZ | 54.79 | 51.58 | 7.07 | - |
| YUV | 178.35 | 27.35 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 0 | 0 | 0.29 | 1 | 0.02 | 42.65 | 1 | 0.49 |
| Hex | F9 | B1 | 0 | 0 | 1D | 64 | 2 | 2B | 64 | 31 |
| Octal | 371 | 261 | 0 | 0 | 35 | 144 | 2 | 53 | 144 | 61 |
| Binary | 11111001 | 10110001 | 0 | 0 | 11101 | 1100100 | 10 | 101011 | 1100100 | 110001 |
Color Harmonies of #F9B100
Complementary color
Monochromatic Colors of #F9B100
Black with #F9B100
Text Example
Text Example
White with #F9B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B100; }
p { color: rgb(249,177,0); }
H1.HeaderClassName
{
color: #F9B100;
}
.AnyTagClassName
{
color: #F9B100;
}
</style>
background-color css
<style>
a { background-color: #F9B100; }
a { background-color: rgb(249,177,0); }
div.DivClassName
{
background-color: #F9B100;
}
.BgClassName
{
background-color: #F9B100;
}
</style>
border-color css
<style>
span { border-color: #F9B100; }
span { border-color: rgb(249,177,0); }
td.TdClassName
{
border-color: #F9B100;
}
.TagClassName
{
border-color: #F9B100;
}
</style>