Shades of Moon Yellow #FCC01A
Tints of Moon Yellow #FCC01A
RGB
CMYK
RGB Variations
Color information
#FCC01A (or 0xFCC01A) is known color: Moon Yellow. HEX triplet: FC, C0 and 1A. RGB value is (252,192,26). Sum of RGB (Red+Green+Blue) = 252+192+26=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC01A is #033FE5. Grayscale: #BFBFBF. Windows color (decimal): -212966 or 1753340. OLE color: 1753340.
HSL color Cylindrical-coordinate representation of color #FCC01A: hue angle of 44.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC01A is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 26 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.01 |
| HSL | 44.07º | 0.97% | 0.55% | - |
| HSV(B) | 44.07º | 0.9% | 0.99% | - |
| XYZ | 59.18 | 58.47 | 9.14 | - |
| YUV | 191.02 | 34.88 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 26 | 0 | 0.24 | 0.90 | 0.01 | 44.07 | 0.97 | 0.55 |
| Hex | FC | C0 | 1A | 0 | 18 | 5A | 1 | 2C | 61 | 37 |
| Octal | 374 | 300 | 32 | 0 | 30 | 132 | 1 | 54 | 141 | 67 |
| Binary | 11111100 | 11000000 | 11010 | 0 | 11000 | 1011010 | 1 | 101100 | 1100001 | 110111 |
Color Harmonies of #FCC01A
Complementary color
Monochromatic Colors of #FCC01A
Black with #FCC01A
Text Example
Text Example
White with #FCC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC01A; }
p { color: rgb(252,192,26); }
H1.HeaderClassName
{
color: #FCC01A;
}
.AnyTagClassName
{
color: #FCC01A;
}
</style>
background-color css
<style>
a { background-color: #FCC01A; }
a { background-color: rgb(252,192,26); }
div.DivClassName
{
background-color: #FCC01A;
}
.BgClassName
{
background-color: #FCC01A;
}
</style>
border-color css
<style>
span { border-color: #FCC01A; }
span { border-color: rgb(252,192,26); }
td.TdClassName
{
border-color: #FCC01A;
}
.TagClassName
{
border-color: #FCC01A;
}
</style>