Shades of Moon Yellow #FCBC16
Tints of Moon Yellow #FCBC16
RGB
CMYK
RGB Variations
Color information
#FCBC16 (or 0xFCBC16) is known color: Moon Yellow. HEX triplet: FC, BC and 16. RGB value is (252,188,22). Sum of RGB (Red+Green+Blue) = 252+188+22=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC16 is #0343E9. Grayscale: #BCBCBC. Windows color (decimal): -213994 or 1490172. OLE color: 1490172.
HSL color Cylindrical-coordinate representation of color #FCBC16: hue angle of 43.3º 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 #FCBC16 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.01 |
| HSL | 43.3º | 0.97% | 0.54% | - |
| HSV(B) | 43.3º | 0.91% | 0.99% | - |
| XYZ | 58.27 | 56.72 | 8.64 | - |
| YUV | 188.21 | 34.2 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 22 | 0 | 0.25 | 0.91 | 0.01 | 43.3 | 0.97 | 0.54 |
| Hex | FC | BC | 16 | 0 | 19 | 5B | 1 | 2B | 61 | 36 |
| Octal | 374 | 274 | 26 | 0 | 31 | 133 | 1 | 53 | 141 | 66 |
| Binary | 11111100 | 10111100 | 10110 | 0 | 11001 | 1011011 | 1 | 101011 | 1100001 | 110110 |
Color Harmonies of #FCBC16
Complementary color
Monochromatic Colors of #FCBC16
Black with #FCBC16
Text Example
Text Example
White with #FCBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC16; }
p { color: rgb(252,188,22); }
H1.HeaderClassName
{
color: #FCBC16;
}
.AnyTagClassName
{
color: #FCBC16;
}
</style>
background-color css
<style>
a { background-color: #FCBC16; }
a { background-color: rgb(252,188,22); }
div.DivClassName
{
background-color: #FCBC16;
}
.BgClassName
{
background-color: #FCBC16;
}
</style>
border-color css
<style>
span { border-color: #FCBC16; }
span { border-color: rgb(252,188,22); }
td.TdClassName
{
border-color: #FCBC16;
}
.TagClassName
{
border-color: #FCBC16;
}
</style>