Shades of Moon Yellow #F9BA18
Tints of Moon Yellow #F9BA18
RGB
CMYK
RGB Variations
Color information
#F9BA18 (or 0xF9BA18) is known color: Moon Yellow. HEX triplet: F9, BA and 18. RGB value is (249,186,24). Sum of RGB (Red+Green+Blue) = 249+186+24=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BA18 is #0645E7. Grayscale: #BBBBBB. Windows color (decimal): -411112 or 1620729. OLE color: 1620729.
HSL color Cylindrical-coordinate representation of color #F9BA18: hue angle of 43.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9BA18 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 24 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.02 |
| HSL | 43.2º | 0.95% | 0.54% | - |
| HSV(B) | 43.2º | 0.9% | 0.98% | - |
| XYZ | 56.79 | 55.32 | 8.55 | - |
| YUV | 186.37 | 36.37 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 24 | 0 | 0.25 | 0.90 | 0.02 | 43.2 | 0.95 | 0.54 |
| Hex | F9 | BA | 18 | 0 | 19 | 5A | 2 | 2B | 5F | 36 |
| Octal | 371 | 272 | 30 | 0 | 31 | 132 | 2 | 53 | 137 | 66 |
| Binary | 11111001 | 10111010 | 11000 | 0 | 11001 | 1011010 | 10 | 101011 | 1011111 | 110110 |
Color Harmonies of #F9BA18
Complementary color
Monochromatic Colors of #F9BA18
Black with #F9BA18
Text Example
Text Example
White with #F9BA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA18; }
p { color: rgb(249,186,24); }
H1.HeaderClassName
{
color: #F9BA18;
}
.AnyTagClassName
{
color: #F9BA18;
}
</style>
background-color css
<style>
a { background-color: #F9BA18; }
a { background-color: rgb(249,186,24); }
div.DivClassName
{
background-color: #F9BA18;
}
.BgClassName
{
background-color: #F9BA18;
}
</style>
border-color css
<style>
span { border-color: #F9BA18; }
span { border-color: rgb(249,186,24); }
td.TdClassName
{
border-color: #F9BA18;
}
.TagClassName
{
border-color: #F9BA18;
}
</style>