Shades of Moon Yellow #FCBE1D
Tints of Moon Yellow #FCBE1D
RGB
CMYK
RGB Variations
Color information
#FCBE1D (or 0xFCBE1D) is known color: Moon Yellow. HEX triplet: FC, BE and 1D. RGB value is (252,190,29). Sum of RGB (Red+Green+Blue) = 252+190+29=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE1D is #0341E2. Grayscale: #BEBEBE. Windows color (decimal): -213475 or 1949436. OLE color: 1949436.
HSL color Cylindrical-coordinate representation of color #FCBE1D: hue angle of 43.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCBE1D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 29 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.01 |
| HSL | 43.32º | 0.97% | 0.55% | - |
| HSV(B) | 43.32º | 0.88% | 0.99% | - |
| XYZ | 58.78 | 57.61 | 9.18 | - |
| YUV | 190.18 | 37.04 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 29 | 0 | 0.25 | 0.88 | 0.01 | 43.32 | 0.97 | 0.55 |
| Hex | FC | BE | 1D | 0 | 19 | 58 | 1 | 2B | 61 | 37 |
| Octal | 374 | 276 | 35 | 0 | 31 | 130 | 1 | 53 | 141 | 67 |
| Binary | 11111100 | 10111110 | 11101 | 0 | 11001 | 1011000 | 1 | 101011 | 1100001 | 110111 |
Color Harmonies of #FCBE1D
Complementary color
Monochromatic Colors of #FCBE1D
Black with #FCBE1D
Text Example
Text Example
White with #FCBE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE1D; }
p { color: rgb(252,190,29); }
H1.HeaderClassName
{
color: #FCBE1D;
}
.AnyTagClassName
{
color: #FCBE1D;
}
</style>
background-color css
<style>
a { background-color: #FCBE1D; }
a { background-color: rgb(252,190,29); }
div.DivClassName
{
background-color: #FCBE1D;
}
.BgClassName
{
background-color: #FCBE1D;
}
</style>
border-color css
<style>
span { border-color: #FCBE1D; }
span { border-color: rgb(252,190,29); }
td.TdClassName
{
border-color: #FCBE1D;
}
.TagClassName
{
border-color: #FCBE1D;
}
</style>