Shades of Moon Yellow #FCC01C
Tints of Moon Yellow #FCC01C
RGB
CMYK
RGB Variations
Color information
#FCC01C (or 0xFCC01C) is known color: Moon Yellow. HEX triplet: FC, C0 and 1C. RGB value is (252,192,28). Sum of RGB (Red+Green+Blue) = 252+192+28=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC01C is #033FE3. Grayscale: #BFBFBF. Windows color (decimal): -212964 or 1884412. OLE color: 1884412.
HSL color Cylindrical-coordinate representation of color #FCC01C: hue angle of 43.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCC01C is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 28 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.01 |
| HSL | 43.93º | 0.97% | 0.55% | - |
| HSV(B) | 43.93º | 0.89% | 0.99% | - |
| XYZ | 59.2 | 58.48 | 9.27 | - |
| YUV | 191.24 | 35.88 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 28 | 0 | 0.24 | 0.89 | 0.01 | 43.93 | 0.97 | 0.55 |
| Hex | FC | C0 | 1C | 0 | 18 | 59 | 1 | 2C | 61 | 37 |
| Octal | 374 | 300 | 34 | 0 | 30 | 131 | 1 | 54 | 141 | 67 |
| Binary | 11111100 | 11000000 | 11100 | 0 | 11000 | 1011001 | 1 | 101100 | 1100001 | 110111 |
Color Harmonies of #FCC01C
Complementary color
Monochromatic Colors of #FCC01C
Black with #FCC01C
Text Example
Text Example
White with #FCC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC01C; }
p { color: rgb(252,192,28); }
H1.HeaderClassName
{
color: #FCC01C;
}
.AnyTagClassName
{
color: #FCC01C;
}
</style>
background-color css
<style>
a { background-color: #FCC01C; }
a { background-color: rgb(252,192,28); }
div.DivClassName
{
background-color: #FCC01C;
}
.BgClassName
{
background-color: #FCC01C;
}
</style>
border-color css
<style>
span { border-color: #FCC01C; }
span { border-color: rgb(252,192,28); }
td.TdClassName
{
border-color: #FCC01C;
}
.TagClassName
{
border-color: #FCC01C;
}
</style>