Shades of Moon Yellow #FCBD16
Tints of Moon Yellow #FCBD16
RGB
CMYK
RGB Variations
Color information
#FCBD16 (or 0xFCBD16) is known color: Moon Yellow. HEX triplet: FC, BD and 16. RGB value is (252,189,22). Sum of RGB (Red+Green+Blue) = 252+189+22=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD16 is #0342E9. Grayscale: #BDBDBD. Windows color (decimal): -213738 or 1490428. OLE color: 1490428.
HSL color Cylindrical-coordinate representation of color #FCBD16: hue angle of 43.57º 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 #FCBD16 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.01 |
| HSL | 43.57º | 0.97% | 0.54% | - |
| HSV(B) | 43.57º | 0.91% | 0.99% | - |
| XYZ | 58.49 | 57.15 | 8.71 | - |
| YUV | 188.8 | 33.87 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 22 | 0 | 0.25 | 0.91 | 0.01 | 43.57 | 0.97 | 0.54 |
| Hex | FC | BD | 16 | 0 | 19 | 5B | 1 | 2C | 61 | 36 |
| Octal | 374 | 275 | 26 | 0 | 31 | 133 | 1 | 54 | 141 | 66 |
| Binary | 11111100 | 10111101 | 10110 | 0 | 11001 | 1011011 | 1 | 101100 | 1100001 | 110110 |
Color Harmonies of #FCBD16
Complementary color
Monochromatic Colors of #FCBD16
Black with #FCBD16
Text Example
Text Example
White with #FCBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD16; }
p { color: rgb(252,189,22); }
H1.HeaderClassName
{
color: #FCBD16;
}
.AnyTagClassName
{
color: #FCBD16;
}
</style>
background-color css
<style>
a { background-color: #FCBD16; }
a { background-color: rgb(252,189,22); }
div.DivClassName
{
background-color: #FCBD16;
}
.BgClassName
{
background-color: #FCBD16;
}
</style>
border-color css
<style>
span { border-color: #FCBD16; }
span { border-color: rgb(252,189,22); }
td.TdClassName
{
border-color: #FCBD16;
}
.TagClassName
{
border-color: #FCBD16;
}
</style>