Shades of Moon Yellow #FCC215
Tints of Moon Yellow #FCC215
RGB
CMYK
RGB Variations
Color information
#FCC215 (or 0xFCC215) is known color: Moon Yellow. HEX triplet: FC, C2 and 15. RGB value is (252,194,21). Sum of RGB (Red+Green+Blue) = 252+194+21=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC215 is #033DEA. Grayscale: #C0C0C0. Windows color (decimal): -212459 or 1426172. OLE color: 1426172.
HSL color Cylindrical-coordinate representation of color #FCC215: hue angle of 44.94º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCC215 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 21 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.01 |
| HSL | 44.94º | 0.97% | 0.54% | - |
| HSV(B) | 44.94º | 0.92% | 0.99% | - |
| XYZ | 59.57 | 59.33 | 9.02 | - |
| YUV | 191.62 | 31.72 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 21 | 0 | 0.23 | 0.92 | 0.01 | 44.94 | 0.97 | 0.54 |
| Hex | FC | C2 | 15 | 0 | 17 | 5C | 1 | 2D | 61 | 36 |
| Octal | 374 | 302 | 25 | 0 | 27 | 134 | 1 | 55 | 141 | 66 |
| Binary | 11111100 | 11000010 | 10101 | 0 | 10111 | 1011100 | 1 | 101101 | 1100001 | 110110 |
Color Harmonies of #FCC215
Complementary color
Monochromatic Colors of #FCC215
Black with #FCC215
Text Example
Text Example
White with #FCC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC215; }
p { color: rgb(252,194,21); }
H1.HeaderClassName
{
color: #FCC215;
}
.AnyTagClassName
{
color: #FCC215;
}
</style>
background-color css
<style>
a { background-color: #FCC215; }
a { background-color: rgb(252,194,21); }
div.DivClassName
{
background-color: #FCC215;
}
.BgClassName
{
background-color: #FCC215;
}
</style>
border-color css
<style>
span { border-color: #FCC215; }
span { border-color: rgb(252,194,21); }
td.TdClassName
{
border-color: #FCC215;
}
.TagClassName
{
border-color: #FCC215;
}
</style>