Shades of Moon Yellow #FCC01D
Tints of Moon Yellow #FCC01D
RGB
CMYK
RGB Variations
Color information
#FCC01D (or 0xFCC01D) is known color: Moon Yellow. HEX triplet: FC, C0 and 1D. RGB value is (252,192,29). Sum of RGB (Red+Green+Blue) = 252+192+29=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC01D is #033FE2. Grayscale: #C0C0C0. Windows color (decimal): -212963 or 1949948. OLE color: 1949948.
HSL color Cylindrical-coordinate representation of color #FCC01D: hue angle of 43.86º 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 #FCC01D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 29 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.01 |
| HSL | 43.86º | 0.97% | 0.55% | - |
| HSV(B) | 43.86º | 0.88% | 0.99% | - |
| XYZ | 59.22 | 58.48 | 9.33 | - |
| YUV | 191.36 | 36.38 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 29 | 0 | 0.24 | 0.88 | 0.01 | 43.86 | 0.97 | 0.55 |
| Hex | FC | C0 | 1D | 0 | 18 | 58 | 1 | 2C | 61 | 37 |
| Octal | 374 | 300 | 35 | 0 | 30 | 130 | 1 | 54 | 141 | 67 |
| Binary | 11111100 | 11000000 | 11101 | 0 | 11000 | 1011000 | 1 | 101100 | 1100001 | 110111 |
Color Harmonies of #FCC01D
Complementary color
Monochromatic Colors of #FCC01D
Black with #FCC01D
Text Example
Text Example
White with #FCC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC01D; }
p { color: rgb(252,192,29); }
H1.HeaderClassName
{
color: #FCC01D;
}
.AnyTagClassName
{
color: #FCC01D;
}
</style>
background-color css
<style>
a { background-color: #FCC01D; }
a { background-color: rgb(252,192,29); }
div.DivClassName
{
background-color: #FCC01D;
}
.BgClassName
{
background-color: #FCC01D;
}
</style>
border-color css
<style>
span { border-color: #FCC01D; }
span { border-color: rgb(252,192,29); }
td.TdClassName
{
border-color: #FCC01D;
}
.TagClassName
{
border-color: #FCC01D;
}
</style>