Shades of Moon Yellow #FFBA1E
Tints of Moon Yellow #FFBA1E
RGB
CMYK
RGB Variations
Color information
#FFBA1E (or 0xFFBA1E) is known color: Moon Yellow. HEX triplet: FF, BA and 1E. RGB value is (255,186,30). Sum of RGB (Red+Green+Blue) = 255+186+30=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA1E is #0045E1. Grayscale: #BDBDBD. Windows color (decimal): -17890 or 2013951. OLE color: 2013951.
HSL color Cylindrical-coordinate representation of color #FFBA1E: hue angle of 41.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFBA1E is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 30 | - |
| CMYK | 0 | 0.27 | 0.88 | 0 |
| HSL | 41.6º | 1% | 0.56% | - |
| HSV(B) | 41.6º | 0.88% | 1% | - |
| XYZ | 59.03 | 56.47 | 9.02 | - |
| YUV | 188.85 | 38.36 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 30 | 0 | 0.27 | 0.88 | 0 | 41.6 | 1 | 0.56 |
| Hex | FF | BA | 1E | 0 | 1B | 58 | 0 | 2A | 64 | 38 |
| Octal | 377 | 272 | 36 | 0 | 33 | 130 | 0 | 52 | 144 | 70 |
| Binary | 11111111 | 10111010 | 11110 | 0 | 11011 | 1011000 | 0 | 101010 | 1100100 | 111000 |
Color Harmonies of #FFBA1E
Complementary color
Monochromatic Colors of #FFBA1E
Black with #FFBA1E
Text Example
Text Example
White with #FFBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA1E; }
p { color: rgb(255,186,30); }
H1.HeaderClassName
{
color: #FFBA1E;
}
.AnyTagClassName
{
color: #FFBA1E;
}
</style>
background-color css
<style>
a { background-color: #FFBA1E; }
a { background-color: rgb(255,186,30); }
div.DivClassName
{
background-color: #FFBA1E;
}
.BgClassName
{
background-color: #FFBA1E;
}
</style>
border-color css
<style>
span { border-color: #FFBA1E; }
span { border-color: rgb(255,186,30); }
td.TdClassName
{
border-color: #FFBA1E;
}
.TagClassName
{
border-color: #FFBA1E;
}
</style>