Shades of Moon Yellow #F9BB1C
Tints of Moon Yellow #F9BB1C
RGB
CMYK
RGB Variations
Color information
#F9BB1C (or 0xF9BB1C) is known color: Moon Yellow. HEX triplet: F9, BB and 1C. RGB value is (249,187,28). Sum of RGB (Red+Green+Blue) = 249+187+28=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BB1C is #0644E3. Grayscale: #BCBCBC. Windows color (decimal): -410852 or 1883129. OLE color: 1883129.
HSL color Cylindrical-coordinate representation of color #F9BB1C: hue angle of 43.17º 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 #F9BB1C is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 28 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.02 |
| HSL | 43.17º | 0.95% | 0.54% | - |
| HSV(B) | 43.17º | 0.89% | 0.98% | - |
| XYZ | 57.05 | 55.76 | 8.86 | - |
| YUV | 187.41 | 38.04 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 28 | 0 | 0.25 | 0.89 | 0.02 | 43.17 | 0.95 | 0.54 |
| Hex | F9 | BB | 1C | 0 | 19 | 59 | 2 | 2B | 5F | 36 |
| Octal | 371 | 273 | 34 | 0 | 31 | 131 | 2 | 53 | 137 | 66 |
| Binary | 11111001 | 10111011 | 11100 | 0 | 11001 | 1011001 | 10 | 101011 | 1011111 | 110110 |
Color Harmonies of #F9BB1C
Complementary color
Monochromatic Colors of #F9BB1C
Black with #F9BB1C
Text Example
Text Example
White with #F9BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BB1C; }
p { color: rgb(249,187,28); }
H1.HeaderClassName
{
color: #F9BB1C;
}
.AnyTagClassName
{
color: #F9BB1C;
}
</style>
background-color css
<style>
a { background-color: #F9BB1C; }
a { background-color: rgb(249,187,28); }
div.DivClassName
{
background-color: #F9BB1C;
}
.BgClassName
{
background-color: #F9BB1C;
}
</style>
border-color css
<style>
span { border-color: #F9BB1C; }
span { border-color: rgb(249,187,28); }
td.TdClassName
{
border-color: #F9BB1C;
}
.TagClassName
{
border-color: #F9BB1C;
}
</style>