Shades of Selective Yellow #F9B301
Tints of Selective Yellow #F9B301
RGB
CMYK
RGB Variations
Color information
#F9B301 (or 0xF9B301) is known color: Selective Yellow. HEX triplet: F9, B3 and 01. RGB value is (249,179,1). Sum of RGB (Red+Green+Blue) = 249+179+1=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B301 is #064CFE. Grayscale: #B4B4B4. Windows color (decimal): -412927 or 111609. OLE color: 111609.
HSL color Cylindrical-coordinate representation of color #F9B301: hue angle of 43.06º 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 #F9B301 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.02 |
| HSL | 43.06º | 0.99% | 0.49% | - |
| HSV(B) | 43.06º | 1% | 0.98% | - |
| XYZ | 55.19 | 52.38 | 7.23 | - |
| YUV | 179.64 | 27.19 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 1 | 0 | 0.28 | 1.00 | 0.02 | 43.06 | 0.99 | 0.49 |
| Hex | F9 | B3 | 1 | 0 | 1C | 64 | 2 | 2B | 63 | 31 |
| Octal | 371 | 263 | 1 | 0 | 34 | 144 | 2 | 53 | 143 | 61 |
| Binary | 11111001 | 10110011 | 1 | 0 | 11100 | 1100100 | 10 | 101011 | 1100011 | 110001 |
Color Harmonies of #F9B301
Complementary color
Monochromatic Colors of #F9B301
Black with #F9B301
Text Example
Text Example
White with #F9B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B301; }
p { color: rgb(249,179,1); }
H1.HeaderClassName
{
color: #F9B301;
}
.AnyTagClassName
{
color: #F9B301;
}
</style>
background-color css
<style>
a { background-color: #F9B301; }
a { background-color: rgb(249,179,1); }
div.DivClassName
{
background-color: #F9B301;
}
.BgClassName
{
background-color: #F9B301;
}
</style>
border-color css
<style>
span { border-color: #F9B301; }
span { border-color: rgb(249,179,1); }
td.TdClassName
{
border-color: #F9B301;
}
.TagClassName
{
border-color: #F9B301;
}
</style>