Shades of Moon Yellow #FFBA1B
Tints of Moon Yellow #FFBA1B
RGB
CMYK
RGB Variations
Color information
#FFBA1B (or 0xFFBA1B) is known color: Moon Yellow. HEX triplet: FF, BA and 1B. RGB value is (255,186,27). Sum of RGB (Red+Green+Blue) = 255+186+27=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 27 (10.94% from 255 or 5.77% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA1B is #0045E4. Grayscale: #BDBDBD. Windows color (decimal): -17893 or 1817343. OLE color: 1817343.
HSL color Cylindrical-coordinate representation of color #FFBA1B: hue angle of 41.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFBA1B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 27 | - |
| CMYK | 0 | 0.27 | 0.89 | 0 |
| HSL | 41.84º | 1% | 0.55% | - |
| HSV(B) | 41.84º | 0.89% | 1% | - |
| XYZ | 59 | 56.46 | 8.82 | - |
| YUV | 188.51 | 36.86 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 27 | 0 | 0.27 | 0.89 | 0 | 41.84 | 1 | 0.55 |
| Hex | FF | BA | 1B | 0 | 1B | 59 | 0 | 2A | 64 | 37 |
| Octal | 377 | 272 | 33 | 0 | 33 | 131 | 0 | 52 | 144 | 67 |
| Binary | 11111111 | 10111010 | 11011 | 0 | 11011 | 1011001 | 0 | 101010 | 1100100 | 110111 |
Color Harmonies of #FFBA1B
Complementary color
Monochromatic Colors of #FFBA1B
Black with #FFBA1B
Text Example
Text Example
White with #FFBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA1B; }
p { color: rgb(255,186,27); }
H1.HeaderClassName
{
color: #FFBA1B;
}
.AnyTagClassName
{
color: #FFBA1B;
}
</style>
background-color css
<style>
a { background-color: #FFBA1B; }
a { background-color: rgb(255,186,27); }
div.DivClassName
{
background-color: #FFBA1B;
}
.BgClassName
{
background-color: #FFBA1B;
}
</style>
border-color css
<style>
span { border-color: #FFBA1B; }
span { border-color: rgb(255,186,27); }
td.TdClassName
{
border-color: #FFBA1B;
}
.TagClassName
{
border-color: #FFBA1B;
}
</style>