Shades of Moon Yellow #FCBC21
Tints of Moon Yellow #FCBC21
RGB
CMYK
RGB Variations
Color information
#FCBC21 (or 0xFCBC21) is known color: Moon Yellow. HEX triplet: FC, BC and 21. RGB value is (252,188,33). Sum of RGB (Red+Green+Blue) = 252+188+33=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 33 (13.28% from 255 or 6.98% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC21 is #0343DE. Grayscale: #BEBEBE. Windows color (decimal): -213983 or 2211068. OLE color: 2211068.
HSL color Cylindrical-coordinate representation of color #FCBC21: hue angle of 42.47º 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 #FCBC21 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 33 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.01 |
| HSL | 42.47º | 0.97% | 0.56% | - |
| HSV(B) | 42.47º | 0.87% | 0.99% | - |
| XYZ | 58.4 | 56.77 | 9.32 | - |
| YUV | 189.47 | 39.7 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 33 | 0 | 0.25 | 0.87 | 0.01 | 42.47 | 0.97 | 0.56 |
| Hex | FC | BC | 21 | 0 | 19 | 57 | 1 | 2A | 61 | 38 |
| Octal | 374 | 274 | 41 | 0 | 31 | 127 | 1 | 52 | 141 | 70 |
| Binary | 11111100 | 10111100 | 100001 | 0 | 11001 | 1010111 | 1 | 101010 | 1100001 | 111000 |
Color Harmonies of #FCBC21
Complementary color
Monochromatic Colors of #FCBC21
Black with #FCBC21
Text Example
Text Example
White with #FCBC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC21; }
p { color: rgb(252,188,33); }
H1.HeaderClassName
{
color: #FCBC21;
}
.AnyTagClassName
{
color: #FCBC21;
}
</style>
background-color css
<style>
a { background-color: #FCBC21; }
a { background-color: rgb(252,188,33); }
div.DivClassName
{
background-color: #FCBC21;
}
.BgClassName
{
background-color: #FCBC21;
}
</style>
border-color css
<style>
span { border-color: #FCBC21; }
span { border-color: rgb(252,188,33); }
td.TdClassName
{
border-color: #FCBC21;
}
.TagClassName
{
border-color: #FCBC21;
}
</style>