Shades of Moon Yellow #FCBB20
Tints of Moon Yellow #FCBB20
RGB
CMYK
RGB Variations
Color information
#FCBB20 (or 0xFCBB20) is known color: Moon Yellow. HEX triplet: FC, BB and 20. RGB value is (252,187,32). Sum of RGB (Red+Green+Blue) = 252+187+32=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB20 is #0344DF. Grayscale: #BDBDBD. Windows color (decimal): -214240 or 2145276. OLE color: 2145276.
HSL color Cylindrical-coordinate representation of color #FCBB20: hue angle of 42.27º 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 #FCBB20 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 32 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.01 |
| HSL | 42.27º | 0.97% | 0.56% | - |
| HSV(B) | 42.27º | 0.87% | 0.99% | - |
| XYZ | 58.18 | 56.34 | 9.18 | - |
| YUV | 188.77 | 39.53 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 32 | 0 | 0.26 | 0.87 | 0.01 | 42.27 | 0.97 | 0.56 |
| Hex | FC | BB | 20 | 0 | 1A | 57 | 1 | 2A | 61 | 38 |
| Octal | 374 | 273 | 40 | 0 | 32 | 127 | 1 | 52 | 141 | 70 |
| Binary | 11111100 | 10111011 | 100000 | 0 | 11010 | 1010111 | 1 | 101010 | 1100001 | 111000 |
Color Harmonies of #FCBB20
Complementary color
Monochromatic Colors of #FCBB20
Black with #FCBB20
Text Example
Text Example
White with #FCBB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB20; }
p { color: rgb(252,187,32); }
H1.HeaderClassName
{
color: #FCBB20;
}
.AnyTagClassName
{
color: #FCBB20;
}
</style>
background-color css
<style>
a { background-color: #FCBB20; }
a { background-color: rgb(252,187,32); }
div.DivClassName
{
background-color: #FCBB20;
}
.BgClassName
{
background-color: #FCBB20;
}
</style>
border-color css
<style>
span { border-color: #FCBB20; }
span { border-color: rgb(252,187,32); }
td.TdClassName
{
border-color: #FCBB20;
}
.TagClassName
{
border-color: #FCBB20;
}
</style>