Shades of Moon Yellow #FCBE20
Tints of Moon Yellow #FCBE20
RGB
CMYK
RGB Variations
Color information
#FCBE20 (or 0xFCBE20) is known color: Moon Yellow. HEX triplet: FC, BE and 20. RGB value is (252,190,32). Sum of RGB (Red+Green+Blue) = 252+190+32=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE20 is #0341DF. Grayscale: #BFBFBF. Windows color (decimal): -213472 or 2146044. OLE color: 2146044.
HSL color Cylindrical-coordinate representation of color #FCBE20: hue angle of 43.09º 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 #FCBE20 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 32 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.01 |
| HSL | 43.09º | 0.97% | 0.56% | - |
| HSV(B) | 43.09º | 0.87% | 0.99% | - |
| XYZ | 58.82 | 57.63 | 9.39 | - |
| YUV | 190.53 | 38.54 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 32 | 0 | 0.25 | 0.87 | 0.01 | 43.09 | 0.97 | 0.56 |
| Hex | FC | BE | 20 | 0 | 19 | 57 | 1 | 2B | 61 | 38 |
| Octal | 374 | 276 | 40 | 0 | 31 | 127 | 1 | 53 | 141 | 70 |
| Binary | 11111100 | 10111110 | 100000 | 0 | 11001 | 1010111 | 1 | 101011 | 1100001 | 111000 |
Color Harmonies of #FCBE20
Complementary color
Monochromatic Colors of #FCBE20
Black with #FCBE20
Text Example
Text Example
White with #FCBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE20; }
p { color: rgb(252,190,32); }
H1.HeaderClassName
{
color: #FCBE20;
}
.AnyTagClassName
{
color: #FCBE20;
}
</style>
background-color css
<style>
a { background-color: #FCBE20; }
a { background-color: rgb(252,190,32); }
div.DivClassName
{
background-color: #FCBE20;
}
.BgClassName
{
background-color: #FCBE20;
}
</style>
border-color css
<style>
span { border-color: #FCBE20; }
span { border-color: rgb(252,190,32); }
td.TdClassName
{
border-color: #FCBE20;
}
.TagClassName
{
border-color: #FCBE20;
}
</style>