Shades of Moon Yellow #F9BA1A
Tints of Moon Yellow #F9BA1A
RGB
CMYK
RGB Variations
Color information
#F9BA1A (or 0xF9BA1A) is known color: Moon Yellow. HEX triplet: F9, BA and 1A. RGB value is (249,186,26). Sum of RGB (Red+Green+Blue) = 249+186+26=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA1A is #0645E5. Grayscale: #BBBBBB. Windows color (decimal): -411110 or 1751801. OLE color: 1751801.
HSL color Cylindrical-coordinate representation of color #F9BA1A: hue angle of 43.05º 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 #F9BA1A is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 26 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.02 |
| HSL | 43.05º | 0.95% | 0.54% | - |
| HSV(B) | 43.05º | 0.9% | 0.98% | - |
| XYZ | 56.81 | 55.33 | 8.66 | - |
| YUV | 186.6 | 37.37 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 26 | 0 | 0.25 | 0.90 | 0.02 | 43.05 | 0.95 | 0.54 |
| Hex | F9 | BA | 1A | 0 | 19 | 5A | 2 | 2B | 5F | 36 |
| Octal | 371 | 272 | 32 | 0 | 31 | 132 | 2 | 53 | 137 | 66 |
| Binary | 11111001 | 10111010 | 11010 | 0 | 11001 | 1011010 | 10 | 101011 | 1011111 | 110110 |
Color Harmonies of #F9BA1A
Complementary color
Monochromatic Colors of #F9BA1A
Black with #F9BA1A
Text Example
Text Example
White with #F9BA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA1A; }
p { color: rgb(249,186,26); }
H1.HeaderClassName
{
color: #F9BA1A;
}
.AnyTagClassName
{
color: #F9BA1A;
}
</style>
background-color css
<style>
a { background-color: #F9BA1A; }
a { background-color: rgb(249,186,26); }
div.DivClassName
{
background-color: #F9BA1A;
}
.BgClassName
{
background-color: #F9BA1A;
}
</style>
border-color css
<style>
span { border-color: #F9BA1A; }
span { border-color: rgb(249,186,26); }
td.TdClassName
{
border-color: #F9BA1A;
}
.TagClassName
{
border-color: #F9BA1A;
}
</style>