Shades of Selective Yellow #F9B201
Tints of Selective Yellow #F9B201
RGB
CMYK
RGB Variations
Color information
#F9B201 (or 0xF9B201) is known color: Selective Yellow. HEX triplet: F9, B2 and 01. RGB value is (249,178,1). Sum of RGB (Red+Green+Blue) = 249+178+1=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9B201 is #064DFE. Grayscale: #B3B3B3. Windows color (decimal): -413183 or 111353. OLE color: 111353.
HSL color Cylindrical-coordinate representation of color #F9B201: hue angle of 42.82º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9B201 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 178 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.02 |
| HSL | 42.82º | 0.99% | 0.49% | - |
| HSV(B) | 42.82º | 1% | 0.98% | - |
| XYZ | 54.99 | 51.98 | 7.16 | - |
| YUV | 179.05 | 27.52 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 1 | 0 | 0.29 | 1.00 | 0.02 | 42.82 | 0.99 | 0.49 |
| Hex | F9 | B2 | 1 | 0 | 1D | 64 | 2 | 2B | 63 | 31 |
| Octal | 371 | 262 | 1 | 0 | 35 | 144 | 2 | 53 | 143 | 61 |
| Binary | 11111001 | 10110010 | 1 | 0 | 11101 | 1100100 | 10 | 101011 | 1100011 | 110001 |
Color Harmonies of #F9B201
Complementary color
Monochromatic Colors of #F9B201
Black with #F9B201
Text Example
Text Example
White with #F9B201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B201; }
p { color: rgb(249,178,1); }
H1.HeaderClassName
{
color: #F9B201;
}
.AnyTagClassName
{
color: #F9B201;
}
</style>
background-color css
<style>
a { background-color: #F9B201; }
a { background-color: rgb(249,178,1); }
div.DivClassName
{
background-color: #F9B201;
}
.BgClassName
{
background-color: #F9B201;
}
</style>
border-color css
<style>
span { border-color: #F9B201; }
span { border-color: rgb(249,178,1); }
td.TdClassName
{
border-color: #F9B201;
}
.TagClassName
{
border-color: #F9B201;
}
</style>