Shades of Moon Yellow #FCC31F
Tints of Moon Yellow #FCC31F
RGB
CMYK
RGB Variations
Color information
#FCC31F (or 0xFCC31F) is known color: Moon Yellow. HEX triplet: FC, C3 and 1F. RGB value is (252,195,31). Sum of RGB (Red+Green+Blue) = 252+195+31=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC31F is #033CE0. Grayscale: #C2C2C2. Windows color (decimal): -212193 or 2081788. OLE color: 2081788.
HSL color Cylindrical-coordinate representation of color #FCC31F: hue angle of 44.52º 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 #FCC31F is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 31 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.01 |
| HSL | 44.52º | 0.97% | 0.55% | - |
| HSV(B) | 44.52º | 0.88% | 0.99% | - |
| XYZ | 59.91 | 59.82 | 9.69 | - |
| YUV | 193.35 | 36.38 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 31 | 0 | 0.23 | 0.88 | 0.01 | 44.52 | 0.97 | 0.55 |
| Hex | FC | C3 | 1F | 0 | 17 | 58 | 1 | 2D | 61 | 37 |
| Octal | 374 | 303 | 37 | 0 | 27 | 130 | 1 | 55 | 141 | 67 |
| Binary | 11111100 | 11000011 | 11111 | 0 | 10111 | 1011000 | 1 | 101101 | 1100001 | 110111 |
Color Harmonies of #FCC31F
Complementary color
Monochromatic Colors of #FCC31F
Black with #FCC31F
Text Example
Text Example
White with #FCC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC31F; }
p { color: rgb(252,195,31); }
H1.HeaderClassName
{
color: #FCC31F;
}
.AnyTagClassName
{
color: #FCC31F;
}
</style>
background-color css
<style>
a { background-color: #FCC31F; }
a { background-color: rgb(252,195,31); }
div.DivClassName
{
background-color: #FCC31F;
}
.BgClassName
{
background-color: #FCC31F;
}
</style>
border-color css
<style>
span { border-color: #FCC31F; }
span { border-color: rgb(252,195,31); }
td.TdClassName
{
border-color: #FCC31F;
}
.TagClassName
{
border-color: #FCC31F;
}
</style>