Shades of Moon Yellow #FCBA1B
Tints of Moon Yellow #FCBA1B
RGB
CMYK
RGB Variations
Color information
#FCBA1B (or 0xFCBA1B) is known color: Moon Yellow. HEX triplet: FC, BA and 1B. RGB value is (252,186,27). Sum of RGB (Red+Green+Blue) = 252+186+27=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA1B is #0345E4. Grayscale: #BCBCBC. Windows color (decimal): -214501 or 1817340. OLE color: 1817340.
HSL color Cylindrical-coordinate representation of color #FCBA1B: hue angle of 42.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCBA1B is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 27 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.01 |
| HSL | 42.4º | 0.97% | 0.55% | - |
| HSV(B) | 42.4º | 0.89% | 0.99% | - |
| XYZ | 57.9 | 55.89 | 8.77 | - |
| YUV | 187.61 | 37.37 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 27 | 0 | 0.26 | 0.89 | 0.01 | 42.4 | 0.97 | 0.55 |
| Hex | FC | BA | 1B | 0 | 1A | 59 | 1 | 2A | 61 | 37 |
| Octal | 374 | 272 | 33 | 0 | 32 | 131 | 1 | 52 | 141 | 67 |
| Binary | 11111100 | 10111010 | 11011 | 0 | 11010 | 1011001 | 1 | 101010 | 1100001 | 110111 |
Color Harmonies of #FCBA1B
Complementary color
Monochromatic Colors of #FCBA1B
Black with #FCBA1B
Text Example
Text Example
White with #FCBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA1B; }
p { color: rgb(252,186,27); }
H1.HeaderClassName
{
color: #FCBA1B;
}
.AnyTagClassName
{
color: #FCBA1B;
}
</style>
background-color css
<style>
a { background-color: #FCBA1B; }
a { background-color: rgb(252,186,27); }
div.DivClassName
{
background-color: #FCBA1B;
}
.BgClassName
{
background-color: #FCBA1B;
}
</style>
border-color css
<style>
span { border-color: #FCBA1B; }
span { border-color: rgb(252,186,27); }
td.TdClassName
{
border-color: #FCBA1B;
}
.TagClassName
{
border-color: #FCBA1B;
}
</style>