Shades of Moon Yellow #FCBA18
Tints of Moon Yellow #FCBA18
RGB
CMYK
RGB Variations
Color information
#FCBA18 (or 0xFCBA18) is known color: Moon Yellow. HEX triplet: FC, BA and 18. RGB value is (252,186,24). Sum of RGB (Red+Green+Blue) = 252+186+24=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA18 is #0345E7. Grayscale: #BBBBBB. Windows color (decimal): -214504 or 1620732. OLE color: 1620732.
HSL color Cylindrical-coordinate representation of color #FCBA18: hue angle of 42.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCBA18 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 24 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.01 |
| HSL | 42.63º | 0.97% | 0.54% | - |
| HSV(B) | 42.63º | 0.9% | 0.99% | - |
| XYZ | 57.87 | 55.88 | 8.6 | - |
| YUV | 187.27 | 35.87 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 24 | 0 | 0.26 | 0.90 | 0.01 | 42.63 | 0.97 | 0.54 |
| Hex | FC | BA | 18 | 0 | 1A | 5A | 1 | 2B | 61 | 36 |
| Octal | 374 | 272 | 30 | 0 | 32 | 132 | 1 | 53 | 141 | 66 |
| Binary | 11111100 | 10111010 | 11000 | 0 | 11010 | 1011010 | 1 | 101011 | 1100001 | 110110 |
Color Harmonies of #FCBA18
Complementary color
Monochromatic Colors of #FCBA18
Black with #FCBA18
Text Example
Text Example
White with #FCBA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA18; }
p { color: rgb(252,186,24); }
H1.HeaderClassName
{
color: #FCBA18;
}
.AnyTagClassName
{
color: #FCBA18;
}
</style>
background-color css
<style>
a { background-color: #FCBA18; }
a { background-color: rgb(252,186,24); }
div.DivClassName
{
background-color: #FCBA18;
}
.BgClassName
{
background-color: #FCBA18;
}
</style>
border-color css
<style>
span { border-color: #FCBA18; }
span { border-color: rgb(252,186,24); }
td.TdClassName
{
border-color: #FCBA18;
}
.TagClassName
{
border-color: #FCBA18;
}
</style>