Shades of Moon Yellow #FCC01B
Tints of Moon Yellow #FCC01B
RGB
CMYK
RGB Variations
Color information
#FCC01B (or 0xFCC01B) is known color: Moon Yellow. HEX triplet: FC, C0 and 1B. RGB value is (252,192,27). Sum of RGB (Red+Green+Blue) = 252+192+27=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC01B is #033FE4. Grayscale: #BFBFBF. Windows color (decimal): -212965 or 1818876. OLE color: 1818876.
HSL color Cylindrical-coordinate representation of color #FCC01B: hue angle of 44º 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 #FCC01B is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 27 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.01 |
| HSL | 44º | 0.97% | 0.55% | - |
| HSV(B) | 44º | 0.89% | 0.99% | - |
| XYZ | 59.19 | 58.47 | 9.2 | - |
| YUV | 191.13 | 35.38 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 27 | 0 | 0.24 | 0.89 | 0.01 | 44 | 0.97 | 0.55 |
| Hex | FC | C0 | 1B | 0 | 18 | 59 | 1 | 2C | 61 | 37 |
| Octal | 374 | 300 | 33 | 0 | 30 | 131 | 1 | 54 | 141 | 67 |
| Binary | 11111100 | 11000000 | 11011 | 0 | 11000 | 1011001 | 1 | 101100 | 1100001 | 110111 |
Color Harmonies of #FCC01B
Complementary color
Monochromatic Colors of #FCC01B
Black with #FCC01B
Text Example
Text Example
White with #FCC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC01B; }
p { color: rgb(252,192,27); }
H1.HeaderClassName
{
color: #FCC01B;
}
.AnyTagClassName
{
color: #FCC01B;
}
</style>
background-color css
<style>
a { background-color: #FCC01B; }
a { background-color: rgb(252,192,27); }
div.DivClassName
{
background-color: #FCC01B;
}
.BgClassName
{
background-color: #FCC01B;
}
</style>
border-color css
<style>
span { border-color: #FCC01B; }
span { border-color: rgb(252,192,27); }
td.TdClassName
{
border-color: #FCC01B;
}
.TagClassName
{
border-color: #FCC01B;
}
</style>