Shades of Moon Yellow #FCC41B
Tints of Moon Yellow #FCC41B
RGB
CMYK
RGB Variations
Color information
#FCC41B (or 0xFCC41B) is known color: Moon Yellow. HEX triplet: FC, C4 and 1B. RGB value is (252,196,27). Sum of RGB (Red+Green+Blue) = 252+196+27=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC41B is #033BE4. Grayscale: #C2C2C2. Windows color (decimal): -211941 or 1819900. OLE color: 1819900.
HSL color Cylindrical-coordinate representation of color #FCC41B: hue angle of 45.07º 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 #FCC41B is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 27 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.01 |
| HSL | 45.07º | 0.97% | 0.55% | - |
| HSV(B) | 45.07º | 0.89% | 0.99% | - |
| XYZ | 60.08 | 60.25 | 9.5 | - |
| YUV | 193.48 | 34.05 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 27 | 0 | 0.22 | 0.89 | 0.01 | 45.07 | 0.97 | 0.55 |
| Hex | FC | C4 | 1B | 0 | 16 | 59 | 1 | 2D | 61 | 37 |
| Octal | 374 | 304 | 33 | 0 | 26 | 131 | 1 | 55 | 141 | 67 |
| Binary | 11111100 | 11000100 | 11011 | 0 | 10110 | 1011001 | 1 | 101101 | 1100001 | 110111 |
Color Harmonies of #FCC41B
Complementary color
Monochromatic Colors of #FCC41B
Black with #FCC41B
Text Example
Text Example
White with #FCC41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC41B; }
p { color: rgb(252,196,27); }
H1.HeaderClassName
{
color: #FCC41B;
}
.AnyTagClassName
{
color: #FCC41B;
}
</style>
background-color css
<style>
a { background-color: #FCC41B; }
a { background-color: rgb(252,196,27); }
div.DivClassName
{
background-color: #FCC41B;
}
.BgClassName
{
background-color: #FCC41B;
}
</style>
border-color css
<style>
span { border-color: #FCC41B; }
span { border-color: rgb(252,196,27); }
td.TdClassName
{
border-color: #FCC41B;
}
.TagClassName
{
border-color: #FCC41B;
}
</style>