Shades of Moon Yellow #FFBA1C
Tints of Moon Yellow #FFBA1C
RGB
CMYK
RGB Variations
Color information
#FFBA1C (or 0xFFBA1C) is known color: Moon Yellow. HEX triplet: FF, BA and 1C. RGB value is (255,186,28). Sum of RGB (Red+Green+Blue) = 255+186+28=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA1C is #0045E3. Grayscale: #BDBDBD. Windows color (decimal): -17892 or 1882879. OLE color: 1882879.
HSL color Cylindrical-coordinate representation of color #FFBA1C: hue angle of 41.76º 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 #FFBA1C is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 28 | - |
| CMYK | 0 | 0.27 | 0.89 | 0 |
| HSL | 41.76º | 1% | 0.55% | - |
| HSV(B) | 41.76º | 0.89% | 1% | - |
| XYZ | 59.01 | 56.46 | 8.89 | - |
| YUV | 188.62 | 37.36 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 28 | 0 | 0.27 | 0.89 | 0 | 41.76 | 1 | 0.55 |
| Hex | FF | BA | 1C | 0 | 1B | 59 | 0 | 2A | 64 | 37 |
| Octal | 377 | 272 | 34 | 0 | 33 | 131 | 0 | 52 | 144 | 67 |
| Binary | 11111111 | 10111010 | 11100 | 0 | 11011 | 1011001 | 0 | 101010 | 1100100 | 110111 |
Color Harmonies of #FFBA1C
Complementary color
Monochromatic Colors of #FFBA1C
Black with #FFBA1C
Text Example
Text Example
White with #FFBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA1C; }
p { color: rgb(255,186,28); }
H1.HeaderClassName
{
color: #FFBA1C;
}
.AnyTagClassName
{
color: #FFBA1C;
}
</style>
background-color css
<style>
a { background-color: #FFBA1C; }
a { background-color: rgb(255,186,28); }
div.DivClassName
{
background-color: #FFBA1C;
}
.BgClassName
{
background-color: #FFBA1C;
}
</style>
border-color css
<style>
span { border-color: #FFBA1C; }
span { border-color: rgb(255,186,28); }
td.TdClassName
{
border-color: #FFBA1C;
}
.TagClassName
{
border-color: #FFBA1C;
}
</style>