Shades of Moon Yellow #F9BF1B
Tints of Moon Yellow #F9BF1B
RGB
CMYK
RGB Variations
Color information
#F9BF1B (or 0xF9BF1B) is known color: Moon Yellow. HEX triplet: F9, BF and 1B. RGB value is (249,191,27). Sum of RGB (Red+Green+Blue) = 249+191+27=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 27 (10.94% from 255 or 5.78% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BF1B is #0640E4. Grayscale: #BEBEBE. Windows color (decimal): -409829 or 1818617. OLE color: 1818617.
HSL color Cylindrical-coordinate representation of color #F9BF1B: hue angle of 44.32º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9BF1B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 27 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.02 |
| HSL | 44.32º | 0.95% | 0.54% | - |
| HSV(B) | 44.32º | 0.89% | 0.98% | - |
| XYZ | 57.9 | 57.48 | 9.08 | - |
| YUV | 189.65 | 36.22 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 27 | 0 | 0.23 | 0.89 | 0.02 | 44.32 | 0.95 | 0.54 |
| Hex | F9 | BF | 1B | 0 | 17 | 59 | 2 | 2C | 5F | 36 |
| Octal | 371 | 277 | 33 | 0 | 27 | 131 | 2 | 54 | 137 | 66 |
| Binary | 11111001 | 10111111 | 11011 | 0 | 10111 | 1011001 | 10 | 101100 | 1011111 | 110110 |
Color Harmonies of #F9BF1B
Complementary color
Monochromatic Colors of #F9BF1B
Black with #F9BF1B
Text Example
Text Example
White with #F9BF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BF1B; }
p { color: rgb(249,191,27); }
H1.HeaderClassName
{
color: #F9BF1B;
}
.AnyTagClassName
{
color: #F9BF1B;
}
</style>
background-color css
<style>
a { background-color: #F9BF1B; }
a { background-color: rgb(249,191,27); }
div.DivClassName
{
background-color: #F9BF1B;
}
.BgClassName
{
background-color: #F9BF1B;
}
</style>
border-color css
<style>
span { border-color: #F9BF1B; }
span { border-color: rgb(249,191,27); }
td.TdClassName
{
border-color: #F9BF1B;
}
.TagClassName
{
border-color: #F9BF1B;
}
</style>