Shades of Moon Yellow #FCC119
Tints of Moon Yellow #FCC119
RGB
CMYK
RGB Variations
Color information
#FCC119 (or 0xFCC119) is known color: Moon Yellow. HEX triplet: FC, C1 and 19. RGB value is (252,193,25). Sum of RGB (Red+Green+Blue) = 252+193+25=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 25 (10.16% from 255 or 5.32% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC119 is #033EE6. Grayscale: #C0C0C0. Windows color (decimal): -212711 or 1688060. OLE color: 1688060.
HSL color Cylindrical-coordinate representation of color #FCC119: hue angle of 44.41º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC119 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 25 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.01 |
| HSL | 44.41º | 0.97% | 0.54% | - |
| HSV(B) | 44.41º | 0.9% | 0.99% | - |
| XYZ | 59.39 | 58.91 | 9.16 | - |
| YUV | 191.49 | 34.05 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 25 | 0 | 0.23 | 0.90 | 0.01 | 44.41 | 0.97 | 0.54 |
| Hex | FC | C1 | 19 | 0 | 17 | 5A | 1 | 2C | 61 | 36 |
| Octal | 374 | 301 | 31 | 0 | 27 | 132 | 1 | 54 | 141 | 66 |
| Binary | 11111100 | 11000001 | 11001 | 0 | 10111 | 1011010 | 1 | 101100 | 1100001 | 110110 |
Color Harmonies of #FCC119
Complementary color
Monochromatic Colors of #FCC119
Black with #FCC119
Text Example
Text Example
White with #FCC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC119; }
p { color: rgb(252,193,25); }
H1.HeaderClassName
{
color: #FCC119;
}
.AnyTagClassName
{
color: #FCC119;
}
</style>
background-color css
<style>
a { background-color: #FCC119; }
a { background-color: rgb(252,193,25); }
div.DivClassName
{
background-color: #FCC119;
}
.BgClassName
{
background-color: #FCC119;
}
</style>
border-color css
<style>
span { border-color: #FCC119; }
span { border-color: rgb(252,193,25); }
td.TdClassName
{
border-color: #FCC119;
}
.TagClassName
{
border-color: #FCC119;
}
</style>