Shades of Moon Yellow #FCBE15
Tints of Moon Yellow #FCBE15
RGB
CMYK
RGB Variations
Color information
#FCBE15 (or 0xFCBE15) is known color: Moon Yellow. HEX triplet: FC, BE and 15. RGB value is (252,190,21). Sum of RGB (Red+Green+Blue) = 252+190+21=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE15 is #0341EA. Grayscale: #BEBEBE. Windows color (decimal): -213483 or 1425148. OLE color: 1425148.
HSL color Cylindrical-coordinate representation of color #FCBE15: hue angle of 43.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCBE15 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 21 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.01 |
| HSL | 43.9º | 0.97% | 0.54% | - |
| HSV(B) | 43.9º | 0.92% | 0.99% | - |
| XYZ | 58.69 | 57.58 | 8.73 | - |
| YUV | 189.27 | 33.04 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 21 | 0 | 0.25 | 0.92 | 0.01 | 43.9 | 0.97 | 0.54 |
| Hex | FC | BE | 15 | 0 | 19 | 5C | 1 | 2C | 61 | 36 |
| Octal | 374 | 276 | 25 | 0 | 31 | 134 | 1 | 54 | 141 | 66 |
| Binary | 11111100 | 10111110 | 10101 | 0 | 11001 | 1011100 | 1 | 101100 | 1100001 | 110110 |
Color Harmonies of #FCBE15
Complementary color
Monochromatic Colors of #FCBE15
Black with #FCBE15
Text Example
Text Example
White with #FCBE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE15; }
p { color: rgb(252,190,21); }
H1.HeaderClassName
{
color: #FCBE15;
}
.AnyTagClassName
{
color: #FCBE15;
}
</style>
background-color css
<style>
a { background-color: #FCBE15; }
a { background-color: rgb(252,190,21); }
div.DivClassName
{
background-color: #FCBE15;
}
.BgClassName
{
background-color: #FCBE15;
}
</style>
border-color css
<style>
span { border-color: #FCBE15; }
span { border-color: rgb(252,190,21); }
td.TdClassName
{
border-color: #FCBE15;
}
.TagClassName
{
border-color: #FCBE15;
}
</style>