Shades of Moon Yellow #FCBA16
Tints of Moon Yellow #FCBA16
RGB
CMYK
RGB Variations
Color information
#FCBA16 (or 0xFCBA16) is known color: Moon Yellow. HEX triplet: FC, BA and 16. RGB value is (252,186,22). Sum of RGB (Red+Green+Blue) = 252+186+22=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA16 is #0345E9. Grayscale: #BBBBBB. Windows color (decimal): -214506 or 1489660. OLE color: 1489660.
HSL color Cylindrical-coordinate representation of color #FCBA16: hue angle of 42.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCBA16 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 22 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.01 |
| HSL | 42.78º | 0.97% | 0.54% | - |
| HSV(B) | 42.78º | 0.91% | 0.99% | - |
| XYZ | 57.85 | 55.87 | 8.49 | - |
| YUV | 187.04 | 34.87 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 22 | 0 | 0.26 | 0.91 | 0.01 | 42.78 | 0.97 | 0.54 |
| Hex | FC | BA | 16 | 0 | 1A | 5B | 1 | 2B | 61 | 36 |
| Octal | 374 | 272 | 26 | 0 | 32 | 133 | 1 | 53 | 141 | 66 |
| Binary | 11111100 | 10111010 | 10110 | 0 | 11010 | 1011011 | 1 | 101011 | 1100001 | 110110 |
Color Harmonies of #FCBA16
Complementary color
Monochromatic Colors of #FCBA16
Black with #FCBA16
Text Example
Text Example
White with #FCBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA16; }
p { color: rgb(252,186,22); }
H1.HeaderClassName
{
color: #FCBA16;
}
.AnyTagClassName
{
color: #FCBA16;
}
</style>
background-color css
<style>
a { background-color: #FCBA16; }
a { background-color: rgb(252,186,22); }
div.DivClassName
{
background-color: #FCBA16;
}
.BgClassName
{
background-color: #FCBA16;
}
</style>
border-color css
<style>
span { border-color: #FCBA16; }
span { border-color: rgb(252,186,22); }
td.TdClassName
{
border-color: #FCBA16;
}
.TagClassName
{
border-color: #FCBA16;
}
</style>