Shades of Moon Yellow #FCC21E
Tints of Moon Yellow #FCC21E
RGB
CMYK
RGB Variations
Color information
#FCC21E (or 0xFCC21E) is known color: Moon Yellow. HEX triplet: FC, C2 and 1E. RGB value is (252,194,30). Sum of RGB (Red+Green+Blue) = 252+194+30=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC21E is #033DE1. Grayscale: #C1C1C1. Windows color (decimal): -212450 or 2015996. OLE color: 2015996.
HSL color Cylindrical-coordinate representation of color #FCC21E: hue angle of 44.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 #FCC21E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 30 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.01 |
| HSL | 44.32º | 0.97% | 0.55% | - |
| HSV(B) | 44.32º | 0.88% | 0.99% | - |
| XYZ | 59.67 | 59.37 | 9.54 | - |
| YUV | 192.65 | 36.22 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 30 | 0 | 0.23 | 0.88 | 0.01 | 44.32 | 0.97 | 0.55 |
| Hex | FC | C2 | 1E | 0 | 17 | 58 | 1 | 2C | 61 | 37 |
| Octal | 374 | 302 | 36 | 0 | 27 | 130 | 1 | 54 | 141 | 67 |
| Binary | 11111100 | 11000010 | 11110 | 0 | 10111 | 1011000 | 1 | 101100 | 1100001 | 110111 |
Color Harmonies of #FCC21E
Complementary color
Monochromatic Colors of #FCC21E
Black with #FCC21E
Text Example
Text Example
White with #FCC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC21E; }
p { color: rgb(252,194,30); }
H1.HeaderClassName
{
color: #FCC21E;
}
.AnyTagClassName
{
color: #FCC21E;
}
</style>
background-color css
<style>
a { background-color: #FCC21E; }
a { background-color: rgb(252,194,30); }
div.DivClassName
{
background-color: #FCC21E;
}
.BgClassName
{
background-color: #FCC21E;
}
</style>
border-color css
<style>
span { border-color: #FCC21E; }
span { border-color: rgb(252,194,30); }
td.TdClassName
{
border-color: #FCC21E;
}
.TagClassName
{
border-color: #FCC21E;
}
</style>