Shades of Moon Yellow #FCC21B
Tints of Moon Yellow #FCC21B
RGB
CMYK
RGB Variations
Color information
#FCC21B (or 0xFCC21B) is known color: Moon Yellow. HEX triplet: FC, C2 and 1B. RGB value is (252,194,27). Sum of RGB (Red+Green+Blue) = 252+194+27=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC21B is #033DE4. Grayscale: #C1C1C1. Windows color (decimal): -212453 or 1819388. OLE color: 1819388.
HSL color Cylindrical-coordinate representation of color #FCC21B: hue angle of 44.53º 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 #FCC21B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 27 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.01 |
| HSL | 44.53º | 0.97% | 0.55% | - |
| HSV(B) | 44.53º | 0.89% | 0.99% | - |
| XYZ | 59.63 | 59.36 | 9.35 | - |
| YUV | 192.3 | 34.72 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 27 | 0 | 0.23 | 0.89 | 0.01 | 44.53 | 0.97 | 0.55 |
| Hex | FC | C2 | 1B | 0 | 17 | 59 | 1 | 2D | 61 | 37 |
| Octal | 374 | 302 | 33 | 0 | 27 | 131 | 1 | 55 | 141 | 67 |
| Binary | 11111100 | 11000010 | 11011 | 0 | 10111 | 1011001 | 1 | 101101 | 1100001 | 110111 |
Color Harmonies of #FCC21B
Complementary color
Monochromatic Colors of #FCC21B
Black with #FCC21B
Text Example
Text Example
White with #FCC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC21B; }
p { color: rgb(252,194,27); }
H1.HeaderClassName
{
color: #FCC21B;
}
.AnyTagClassName
{
color: #FCC21B;
}
</style>
background-color css
<style>
a { background-color: #FCC21B; }
a { background-color: rgb(252,194,27); }
div.DivClassName
{
background-color: #FCC21B;
}
.BgClassName
{
background-color: #FCC21B;
}
</style>
border-color css
<style>
span { border-color: #FCC21B; }
span { border-color: rgb(252,194,27); }
td.TdClassName
{
border-color: #FCC21B;
}
.TagClassName
{
border-color: #FCC21B;
}
</style>