Shades of Moon Yellow #FCC31E
Tints of Moon Yellow #FCC31E
RGB
CMYK
RGB Variations
Color information
#FCC31E (or 0xFCC31E) is known color: Moon Yellow. HEX triplet: FC, C3 and 1E. RGB value is (252,195,30). Sum of RGB (Red+Green+Blue) = 252+195+30=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC31E is #033CE1. Grayscale: #C1C1C1. Windows color (decimal): -212194 or 2016252. OLE color: 2016252.
HSL color Cylindrical-coordinate representation of color #FCC31E: hue angle of 44.59º 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 #FCC31E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 30 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.01 |
| HSL | 44.59º | 0.97% | 0.55% | - |
| HSV(B) | 44.59º | 0.88% | 0.99% | - |
| XYZ | 59.89 | 59.82 | 9.62 | - |
| YUV | 193.23 | 35.88 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 30 | 0 | 0.23 | 0.88 | 0.01 | 44.59 | 0.97 | 0.55 |
| Hex | FC | C3 | 1E | 0 | 17 | 58 | 1 | 2D | 61 | 37 |
| Octal | 374 | 303 | 36 | 0 | 27 | 130 | 1 | 55 | 141 | 67 |
| Binary | 11111100 | 11000011 | 11110 | 0 | 10111 | 1011000 | 1 | 101101 | 1100001 | 110111 |
Color Harmonies of #FCC31E
Complementary color
Monochromatic Colors of #FCC31E
Black with #FCC31E
Text Example
Text Example
White with #FCC31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC31E; }
p { color: rgb(252,195,30); }
H1.HeaderClassName
{
color: #FCC31E;
}
.AnyTagClassName
{
color: #FCC31E;
}
</style>
background-color css
<style>
a { background-color: #FCC31E; }
a { background-color: rgb(252,195,30); }
div.DivClassName
{
background-color: #FCC31E;
}
.BgClassName
{
background-color: #FCC31E;
}
</style>
border-color css
<style>
span { border-color: #FCC31E; }
span { border-color: rgb(252,195,30); }
td.TdClassName
{
border-color: #FCC31E;
}
.TagClassName
{
border-color: #FCC31E;
}
</style>