Shades of Moon Yellow #F1BA1D
Tints of Moon Yellow #F1BA1D
RGB
CMYK
RGB Variations
Color information
#F1BA1D (or 0xF1BA1D) is known color: Moon Yellow. HEX triplet: F1, BA and 1D. RGB value is (241,186,29). Sum of RGB (Red+Green+Blue) = 241+186+29=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA1D is #0E45E2. Grayscale: #B9B9B9. Windows color (decimal): -935395 or 1948401. OLE color: 1948401.
HSL color Cylindrical-coordinate representation of color #F1BA1D: hue angle of 44.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1BA1D is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 29 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.05 |
| HSL | 44.43º | 0.88% | 0.53% | - |
| HSV(B) | 44.43º | 0.88% | 0.95% | - |
| XYZ | 54.06 | 53.91 | 8.72 | - |
| YUV | 184.55 | 40.22 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 29 | 0 | 0.23 | 0.88 | 0.05 | 44.43 | 0.88 | 0.53 |
| Hex | F1 | BA | 1D | 0 | 17 | 58 | 5 | 2C | 58 | 35 |
| Octal | 361 | 272 | 35 | 0 | 27 | 130 | 5 | 54 | 130 | 65 |
| Binary | 11110001 | 10111010 | 11101 | 0 | 10111 | 1011000 | 101 | 101100 | 1011000 | 110101 |
Color Harmonies of #F1BA1D
Complementary color
Monochromatic Colors of #F1BA1D
Black with #F1BA1D
Text Example
Text Example
White with #F1BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA1D; }
p { color: rgb(241,186,29); }
H1.HeaderClassName
{
color: #F1BA1D;
}
.AnyTagClassName
{
color: #F1BA1D;
}
</style>
background-color css
<style>
a { background-color: #F1BA1D; }
a { background-color: rgb(241,186,29); }
div.DivClassName
{
background-color: #F1BA1D;
}
.BgClassName
{
background-color: #F1BA1D;
}
</style>
border-color css
<style>
span { border-color: #F1BA1D; }
span { border-color: rgb(241,186,29); }
td.TdClassName
{
border-color: #F1BA1D;
}
.TagClassName
{
border-color: #F1BA1D;
}
</style>