Shades of Moon Yellow #FCC223
Tints of Moon Yellow #FCC223
RGB
CMYK
RGB Variations
Color information
#FCC223 (or 0xFCC223) is known color: Moon Yellow. HEX triplet: FC, C2 and 23. RGB value is (252,194,35). Sum of RGB (Red+Green+Blue) = 252+194+35=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC223 is #033DDC. Grayscale: #C1C1C1. Windows color (decimal): -212445 or 2343676. OLE color: 2343676.
HSL color Cylindrical-coordinate representation of color #FCC223: hue angle of 43.96º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCC223 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 35 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.01 |
| HSL | 43.96º | 0.97% | 0.56% | - |
| HSV(B) | 43.96º | 0.86% | 0.99% | - |
| XYZ | 59.74 | 59.4 | 9.91 | - |
| YUV | 193.22 | 38.72 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 35 | 0 | 0.23 | 0.86 | 0.01 | 43.96 | 0.97 | 0.56 |
| Hex | FC | C2 | 23 | 0 | 17 | 56 | 1 | 2C | 61 | 38 |
| Octal | 374 | 302 | 43 | 0 | 27 | 126 | 1 | 54 | 141 | 70 |
| Binary | 11111100 | 11000010 | 100011 | 0 | 10111 | 1010110 | 1 | 101100 | 1100001 | 111000 |
Color Harmonies of #FCC223
Complementary color
Monochromatic Colors of #FCC223
Black with #FCC223
Text Example
Text Example
White with #FCC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC223; }
p { color: rgb(252,194,35); }
H1.HeaderClassName
{
color: #FCC223;
}
.AnyTagClassName
{
color: #FCC223;
}
</style>
background-color css
<style>
a { background-color: #FCC223; }
a { background-color: rgb(252,194,35); }
div.DivClassName
{
background-color: #FCC223;
}
.BgClassName
{
background-color: #FCC223;
}
</style>
border-color css
<style>
span { border-color: #FCC223; }
span { border-color: rgb(252,194,35); }
td.TdClassName
{
border-color: #FCC223;
}
.TagClassName
{
border-color: #FCC223;
}
</style>