Shades of Selective Yellow #F9B90C
Tints of Selective Yellow #F9B90C
RGB
CMYK
RGB Variations
Color information
#F9B90C (or 0xF9B90C) is known color: Selective Yellow. HEX triplet: F9, B9 and 0C. RGB value is (249,185,12). Sum of RGB (Red+Green+Blue) = 249+185+12=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B90C is #0646F3. Grayscale: #B9B9B9. Windows color (decimal): -411380 or 834041. OLE color: 834041.
HSL color Cylindrical-coordinate representation of color #F9B90C: hue angle of 43.8º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9B90C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 185 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.02 |
| HSL | 43.8º | 0.95% | 0.51% | - |
| HSV(B) | 43.8º | 0.95% | 0.98% | - |
| XYZ | 56.48 | 54.86 | 7.96 | - |
| YUV | 184.41 | 30.7 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 185 | 12 | 0 | 0.26 | 0.95 | 0.02 | 43.8 | 0.95 | 0.51 |
| Hex | F9 | B9 | C | 0 | 1A | 5F | 2 | 2C | 5F | 33 |
| Octal | 371 | 271 | 14 | 0 | 32 | 137 | 2 | 54 | 137 | 63 |
| Binary | 11111001 | 10111001 | 1100 | 0 | 11010 | 1011111 | 10 | 101100 | 1011111 | 110011 |
Color Harmonies of #F9B90C
Complementary color
Monochromatic Colors of #F9B90C
Black with #F9B90C
Text Example
Text Example
White with #F9B90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B90C; }
p { color: rgb(249,185,12); }
H1.HeaderClassName
{
color: #F9B90C;
}
.AnyTagClassName
{
color: #F9B90C;
}
</style>
background-color css
<style>
a { background-color: #F9B90C; }
a { background-color: rgb(249,185,12); }
div.DivClassName
{
background-color: #F9B90C;
}
.BgClassName
{
background-color: #F9B90C;
}
</style>
border-color css
<style>
span { border-color: #F9B90C; }
span { border-color: rgb(249,185,12); }
td.TdClassName
{
border-color: #F9B90C;
}
.TagClassName
{
border-color: #F9B90C;
}
</style>