Shades of Moon Yellow #F5BA1E
Tints of Moon Yellow #F5BA1E
RGB
CMYK
RGB Variations
Color information
#F5BA1E (or 0xF5BA1E) is known color: Moon Yellow. HEX triplet: F5, BA and 1E. RGB value is (245,186,30). Sum of RGB (Red+Green+Blue) = 245+186+30=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA1E is #0A45E1. Grayscale: #BABABA. Windows color (decimal): -673250 or 2013941. OLE color: 2013941.
HSL color Cylindrical-coordinate representation of color #F5BA1E: hue angle of 43.53º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5BA1E is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 30 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.04 |
| HSL | 43.53º | 0.91% | 0.54% | - |
| HSV(B) | 43.53º | 0.88% | 0.96% | - |
| XYZ | 55.45 | 54.62 | 8.85 | - |
| YUV | 185.86 | 40.05 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 30 | 0 | 0.24 | 0.88 | 0.04 | 43.53 | 0.91 | 0.54 |
| Hex | F5 | BA | 1E | 0 | 18 | 58 | 4 | 2C | 5B | 36 |
| Octal | 365 | 272 | 36 | 0 | 30 | 130 | 4 | 54 | 133 | 66 |
| Binary | 11110101 | 10111010 | 11110 | 0 | 11000 | 1011000 | 100 | 101100 | 1011011 | 110110 |
Color Harmonies of #F5BA1E
Complementary color
Monochromatic Colors of #F5BA1E
Black with #F5BA1E
Text Example
Text Example
White with #F5BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA1E; }
p { color: rgb(245,186,30); }
H1.HeaderClassName
{
color: #F5BA1E;
}
.AnyTagClassName
{
color: #F5BA1E;
}
</style>
background-color css
<style>
a { background-color: #F5BA1E; }
a { background-color: rgb(245,186,30); }
div.DivClassName
{
background-color: #F5BA1E;
}
.BgClassName
{
background-color: #F5BA1E;
}
</style>
border-color css
<style>
span { border-color: #F5BA1E; }
span { border-color: rgb(245,186,30); }
td.TdClassName
{
border-color: #F5BA1E;
}
.TagClassName
{
border-color: #F5BA1E;
}
</style>