Shades of Moon Yellow #F9BD16
Tints of Moon Yellow #F9BD16
RGB
CMYK
RGB Variations
Color information
#F9BD16 (or 0xF9BD16) is known color: Moon Yellow. HEX triplet: F9, BD and 16. RGB value is (249,189,22). Sum of RGB (Red+Green+Blue) = 249+189+22=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BD16 is #0642E9. Grayscale: #BCBCBC. Windows color (decimal): -410346 or 1490425. OLE color: 1490425.
HSL color Cylindrical-coordinate representation of color #F9BD16: hue angle of 44.14º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9BD16 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.02 |
| HSL | 44.14º | 0.95% | 0.53% | - |
| HSV(B) | 44.14º | 0.91% | 0.98% | - |
| XYZ | 57.41 | 56.59 | 8.66 | - |
| YUV | 187.9 | 34.38 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 22 | 0 | 0.24 | 0.91 | 0.02 | 44.14 | 0.95 | 0.53 |
| Hex | F9 | BD | 16 | 0 | 18 | 5B | 2 | 2C | 5F | 35 |
| Octal | 371 | 275 | 26 | 0 | 30 | 133 | 2 | 54 | 137 | 65 |
| Binary | 11111001 | 10111101 | 10110 | 0 | 11000 | 1011011 | 10 | 101100 | 1011111 | 110101 |
Color Harmonies of #F9BD16
Complementary color
Monochromatic Colors of #F9BD16
Black with #F9BD16
Text Example
Text Example
White with #F9BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BD16; }
p { color: rgb(249,189,22); }
H1.HeaderClassName
{
color: #F9BD16;
}
.AnyTagClassName
{
color: #F9BD16;
}
</style>
background-color css
<style>
a { background-color: #F9BD16; }
a { background-color: rgb(249,189,22); }
div.DivClassName
{
background-color: #F9BD16;
}
.BgClassName
{
background-color: #F9BD16;
}
</style>
border-color css
<style>
span { border-color: #F9BD16; }
span { border-color: rgb(249,189,22); }
td.TdClassName
{
border-color: #F9BD16;
}
.TagClassName
{
border-color: #F9BD16;
}
</style>