Shades of Moon Yellow #FCC121
Tints of Moon Yellow #FCC121
RGB
CMYK
RGB Variations
Color information
#FCC121 (or 0xFCC121) is known color: Moon Yellow. HEX triplet: FC, C1 and 21. RGB value is (252,193,33). Sum of RGB (Red+Green+Blue) = 252+193+33=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC121 is #033EDE. Grayscale: #C1C1C1. Windows color (decimal): -212703 or 2212348. OLE color: 2212348.
HSL color Cylindrical-coordinate representation of color #FCC121: hue angle of 43.84º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCC121 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 33 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.01 |
| HSL | 43.84º | 0.97% | 0.56% | - |
| HSV(B) | 43.84º | 0.87% | 0.99% | - |
| XYZ | 59.49 | 58.95 | 9.68 | - |
| YUV | 192.4 | 38.05 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 33 | 0 | 0.23 | 0.87 | 0.01 | 43.84 | 0.97 | 0.56 |
| Hex | FC | C1 | 21 | 0 | 17 | 57 | 1 | 2C | 61 | 38 |
| Octal | 374 | 301 | 41 | 0 | 27 | 127 | 1 | 54 | 141 | 70 |
| Binary | 11111100 | 11000001 | 100001 | 0 | 10111 | 1010111 | 1 | 101100 | 1100001 | 111000 |
Color Harmonies of #FCC121
Complementary color
Monochromatic Colors of #FCC121
Black with #FCC121
Text Example
Text Example
White with #FCC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC121; }
p { color: rgb(252,193,33); }
H1.HeaderClassName
{
color: #FCC121;
}
.AnyTagClassName
{
color: #FCC121;
}
</style>
background-color css
<style>
a { background-color: #FCC121; }
a { background-color: rgb(252,193,33); }
div.DivClassName
{
background-color: #FCC121;
}
.BgClassName
{
background-color: #FCC121;
}
</style>
border-color css
<style>
span { border-color: #FCC121; }
span { border-color: rgb(252,193,33); }
td.TdClassName
{
border-color: #FCC121;
}
.TagClassName
{
border-color: #FCC121;
}
</style>