Shades of Moon Yellow #F9BA13
Tints of Moon Yellow #F9BA13
RGB
CMYK
RGB Variations
Color information
#F9BA13 (or 0xF9BA13) is known color: Moon Yellow. HEX triplet: F9, BA and 13. RGB value is (249,186,19). Sum of RGB (Red+Green+Blue) = 249+186+19=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BA13 is #0645EC. Grayscale: #BABABA. Windows color (decimal): -411117 or 1293049. OLE color: 1293049.
HSL color Cylindrical-coordinate representation of color #F9BA13: hue angle of 43.57º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9BA13 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 19 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.02 |
| HSL | 43.57º | 0.95% | 0.53% | - |
| HSV(B) | 43.57º | 0.92% | 0.98% | - |
| XYZ | 56.74 | 55.3 | 8.3 | - |
| YUV | 185.8 | 33.87 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 19 | 0 | 0.25 | 0.92 | 0.02 | 43.57 | 0.95 | 0.53 |
| Hex | F9 | BA | 13 | 0 | 19 | 5C | 2 | 2C | 5F | 35 |
| Octal | 371 | 272 | 23 | 0 | 31 | 134 | 2 | 54 | 137 | 65 |
| Binary | 11111001 | 10111010 | 10011 | 0 | 11001 | 1011100 | 10 | 101100 | 1011111 | 110101 |
Color Harmonies of #F9BA13
Complementary color
Monochromatic Colors of #F9BA13
Black with #F9BA13
Text Example
Text Example
White with #F9BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA13; }
p { color: rgb(249,186,19); }
H1.HeaderClassName
{
color: #F9BA13;
}
.AnyTagClassName
{
color: #F9BA13;
}
</style>
background-color css
<style>
a { background-color: #F9BA13; }
a { background-color: rgb(249,186,19); }
div.DivClassName
{
background-color: #F9BA13;
}
.BgClassName
{
background-color: #F9BA13;
}
</style>
border-color css
<style>
span { border-color: #F9BA13; }
span { border-color: rgb(249,186,19); }
td.TdClassName
{
border-color: #F9BA13;
}
.TagClassName
{
border-color: #F9BA13;
}
</style>