Shades of Selective Yellow #F9B700
Tints of Selective Yellow #F9B700
RGB
CMYK
RGB Variations
Color information
#F9B700 (or 0xF9B700) is known color: Selective Yellow. HEX triplet: F9, B7 and 00. RGB value is (249,183,0). Sum of RGB (Red+Green+Blue) = 249+183+0=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B700 is #0648FF. Grayscale: #B6B6B6. Windows color (decimal): -411904 or 47097. OLE color: 47097.
HSL color Cylindrical-coordinate representation of color #F9B700: hue angle of 44.1º 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 #F9B700 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 183 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.02 |
| HSL | 44.1º | 1% | 0.49% | - |
| HSV(B) | 44.1º | 1% | 0.98% | - |
| XYZ | 56 | 54.01 | 7.47 | - |
| YUV | 181.87 | 25.37 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 183 | 0 | 0 | 0.27 | 1 | 0.02 | 44.1 | 1 | 0.49 |
| Hex | F9 | B7 | 0 | 0 | 1B | 64 | 2 | 2C | 64 | 31 |
| Octal | 371 | 267 | 0 | 0 | 33 | 144 | 2 | 54 | 144 | 61 |
| Binary | 11111001 | 10110111 | 0 | 0 | 11011 | 1100100 | 10 | 101100 | 1100100 | 110001 |
Color Harmonies of #F9B700
Complementary color
Monochromatic Colors of #F9B700
Black with #F9B700
Text Example
Text Example
White with #F9B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B700; }
p { color: rgb(249,183,0); }
H1.HeaderClassName
{
color: #F9B700;
}
.AnyTagClassName
{
color: #F9B700;
}
</style>
background-color css
<style>
a { background-color: #F9B700; }
a { background-color: rgb(249,183,0); }
div.DivClassName
{
background-color: #F9B700;
}
.BgClassName
{
background-color: #F9B700;
}
</style>
border-color css
<style>
span { border-color: #F9B700; }
span { border-color: rgb(249,183,0); }
td.TdClassName
{
border-color: #F9B700;
}
.TagClassName
{
border-color: #F9B700;
}
</style>