Shades of Moon Yellow #FCB920
Tints of Moon Yellow #FCB920
RGB
CMYK
RGB Variations
Color information
#FCB920 (or 0xFCB920) is known color: Moon Yellow. HEX triplet: FC, B9 and 20. RGB value is (252,185,32). Sum of RGB (Red+Green+Blue) = 252+185+32=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB920 is #0346DF. Grayscale: #BCBCBC. Windows color (decimal): -214752 or 2144764. OLE color: 2144764.
HSL color Cylindrical-coordinate representation of color #FCB920: hue angle of 41.73º 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 #FCB920 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 32 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.01 |
| HSL | 41.73º | 0.97% | 0.56% | - |
| HSV(B) | 41.73º | 0.87% | 0.99% | - |
| XYZ | 57.75 | 55.5 | 9.03 | - |
| YUV | 187.59 | 40.2 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 32 | 0 | 0.27 | 0.87 | 0.01 | 41.73 | 0.97 | 0.56 |
| Hex | FC | B9 | 20 | 0 | 1B | 57 | 1 | 2A | 61 | 38 |
| Octal | 374 | 271 | 40 | 0 | 33 | 127 | 1 | 52 | 141 | 70 |
| Binary | 11111100 | 10111001 | 100000 | 0 | 11011 | 1010111 | 1 | 101010 | 1100001 | 111000 |
Color Harmonies of #FCB920
Complementary color
Monochromatic Colors of #FCB920
Black with #FCB920
Text Example
Text Example
White with #FCB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB920; }
p { color: rgb(252,185,32); }
H1.HeaderClassName
{
color: #FCB920;
}
.AnyTagClassName
{
color: #FCB920;
}
</style>
background-color css
<style>
a { background-color: #FCB920; }
a { background-color: rgb(252,185,32); }
div.DivClassName
{
background-color: #FCB920;
}
.BgClassName
{
background-color: #FCB920;
}
</style>
border-color css
<style>
span { border-color: #FCB920; }
span { border-color: rgb(252,185,32); }
td.TdClassName
{
border-color: #FCB920;
}
.TagClassName
{
border-color: #FCB920;
}
</style>