Shades of Moon Yellow #FCBC20
Tints of Moon Yellow #FCBC20
RGB
CMYK
RGB Variations
Color information
#FCBC20 (or 0xFCBC20) is known color: Moon Yellow. HEX triplet: FC, BC and 20. RGB value is (252,188,32). Sum of RGB (Red+Green+Blue) = 252+188+32=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC20 is #0343DF. Grayscale: #BEBEBE. Windows color (decimal): -213984 or 2145532. OLE color: 2145532.
HSL color Cylindrical-coordinate representation of color #FCBC20: hue angle of 42.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCBC20 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 32 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.01 |
| HSL | 42.55º | 0.97% | 0.56% | - |
| HSV(B) | 42.55º | 0.87% | 0.99% | - |
| XYZ | 58.39 | 56.77 | 9.25 | - |
| YUV | 189.35 | 39.2 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 32 | 0 | 0.25 | 0.87 | 0.01 | 42.55 | 0.97 | 0.56 |
| Hex | FC | BC | 20 | 0 | 19 | 57 | 1 | 2B | 61 | 38 |
| Octal | 374 | 274 | 40 | 0 | 31 | 127 | 1 | 53 | 141 | 70 |
| Binary | 11111100 | 10111100 | 100000 | 0 | 11001 | 1010111 | 1 | 101011 | 1100001 | 111000 |
Color Harmonies of #FCBC20
Complementary color
Monochromatic Colors of #FCBC20
Black with #FCBC20
Text Example
Text Example
White with #FCBC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC20; }
p { color: rgb(252,188,32); }
H1.HeaderClassName
{
color: #FCBC20;
}
.AnyTagClassName
{
color: #FCBC20;
}
</style>
background-color css
<style>
a { background-color: #FCBC20; }
a { background-color: rgb(252,188,32); }
div.DivClassName
{
background-color: #FCBC20;
}
.BgClassName
{
background-color: #FCBC20;
}
</style>
border-color css
<style>
span { border-color: #FCBC20; }
span { border-color: rgb(252,188,32); }
td.TdClassName
{
border-color: #FCBC20;
}
.TagClassName
{
border-color: #FCBC20;
}
</style>