Shades of Moon Yellow #F5BA1D
Tints of Moon Yellow #F5BA1D
RGB
CMYK
RGB Variations
Color information
#F5BA1D (or 0xF5BA1D) is known color: Moon Yellow. HEX triplet: F5, BA and 1D. RGB value is (245,186,29). Sum of RGB (Red+Green+Blue) = 245+186+29=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA1D is #0A45E2. Grayscale: #BABABA. Windows color (decimal): -673251 or 1948405. OLE color: 1948405.
HSL color Cylindrical-coordinate representation of color #F5BA1D: hue angle of 43.61º degrees, saturation: 0.92, 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 #F5BA1D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 29 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.04 |
| HSL | 43.61º | 0.92% | 0.54% | - |
| HSV(B) | 43.61º | 0.88% | 0.96% | - |
| XYZ | 55.44 | 54.62 | 8.78 | - |
| YUV | 185.74 | 39.55 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 29 | 0 | 0.24 | 0.88 | 0.04 | 43.61 | 0.92 | 0.54 |
| Hex | F5 | BA | 1D | 0 | 18 | 58 | 4 | 2C | 5C | 36 |
| Octal | 365 | 272 | 35 | 0 | 30 | 130 | 4 | 54 | 134 | 66 |
| Binary | 11110101 | 10111010 | 11101 | 0 | 11000 | 1011000 | 100 | 101100 | 1011100 | 110110 |
Color Harmonies of #F5BA1D
Complementary color
Monochromatic Colors of #F5BA1D
Black with #F5BA1D
Text Example
Text Example
White with #F5BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA1D; }
p { color: rgb(245,186,29); }
H1.HeaderClassName
{
color: #F5BA1D;
}
.AnyTagClassName
{
color: #F5BA1D;
}
</style>
background-color css
<style>
a { background-color: #F5BA1D; }
a { background-color: rgb(245,186,29); }
div.DivClassName
{
background-color: #F5BA1D;
}
.BgClassName
{
background-color: #F5BA1D;
}
</style>
border-color css
<style>
span { border-color: #F5BA1D; }
span { border-color: rgb(245,186,29); }
td.TdClassName
{
border-color: #F5BA1D;
}
.TagClassName
{
border-color: #F5BA1D;
}
</style>