Shades of Selective Yellow #F9B801
Tints of Selective Yellow #F9B801
RGB
CMYK
RGB Variations
Color information
#F9B801 (or 0xF9B801) is known color: Selective Yellow. HEX triplet: F9, B8 and 01. RGB value is (249,184,1). Sum of RGB (Red+Green+Blue) = 249+184+1=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B801 is #0647FE. Grayscale: #B7B7B7. Windows color (decimal): -411647 or 112889. OLE color: 112889.
HSL color Cylindrical-coordinate representation of color #F9B801: hue angle of 44.27º 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 #F9B801 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.02 |
| HSL | 44.27º | 0.99% | 0.49% | - |
| HSV(B) | 44.27º | 1% | 0.98% | - |
| XYZ | 56.21 | 54.42 | 7.57 | - |
| YUV | 182.57 | 25.53 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 1 | 0 | 0.26 | 1.00 | 0.02 | 44.27 | 0.99 | 0.49 |
| Hex | F9 | B8 | 1 | 0 | 1A | 64 | 2 | 2C | 63 | 31 |
| Octal | 371 | 270 | 1 | 0 | 32 | 144 | 2 | 54 | 143 | 61 |
| Binary | 11111001 | 10111000 | 1 | 0 | 11010 | 1100100 | 10 | 101100 | 1100011 | 110001 |
Color Harmonies of #F9B801
Complementary color
Monochromatic Colors of #F9B801
Black with #F9B801
Text Example
Text Example
White with #F9B801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B801; }
p { color: rgb(249,184,1); }
H1.HeaderClassName
{
color: #F9B801;
}
.AnyTagClassName
{
color: #F9B801;
}
</style>
background-color css
<style>
a { background-color: #F9B801; }
a { background-color: rgb(249,184,1); }
div.DivClassName
{
background-color: #F9B801;
}
.BgClassName
{
background-color: #F9B801;
}
</style>
border-color css
<style>
span { border-color: #F9B801; }
span { border-color: rgb(249,184,1); }
td.TdClassName
{
border-color: #F9B801;
}
.TagClassName
{
border-color: #F9B801;
}
</style>