Shades of Moon Yellow #F1CC10
Tints of Moon Yellow #F1CC10
RGB
CMYK
RGB Variations
Color information
#F1CC10 (or 0xF1CC10) is known color: Moon Yellow. HEX triplet: F1, CC and 10. RGB value is (241,204,16). Sum of RGB (Red+Green+Blue) = 241+204+16=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CC10 is #0E33EF. Grayscale: #C2C2C2. Windows color (decimal): -930800 or 1101041. OLE color: 1101041.
HSL color Cylindrical-coordinate representation of color #F1CC10: hue angle of 50.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1CC10 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.05 |
| HSL | 50.13º | 0.89% | 0.5% | - |
| HSV(B) | 50.13º | 0.93% | 0.95% | - |
| XYZ | 57.96 | 61.92 | 9.39 | - |
| YUV | 193.63 | 27.76 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 16 | 0 | 0.15 | 0.93 | 0.05 | 50.13 | 0.89 | 0.5 |
| Hex | F1 | CC | 10 | 0 | F | 5D | 5 | 32 | 59 | 32 |
| Octal | 361 | 314 | 20 | 0 | 17 | 135 | 5 | 62 | 131 | 62 |
| Binary | 11110001 | 11001100 | 10000 | 0 | 1111 | 1011101 | 101 | 110010 | 1011001 | 110010 |
Color Harmonies of #F1CC10
Complementary color
Monochromatic Colors of #F1CC10
Black with #F1CC10
Text Example
Text Example
White with #F1CC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CC10; }
p { color: rgb(241,204,16); }
H1.HeaderClassName
{
color: #F1CC10;
}
.AnyTagClassName
{
color: #F1CC10;
}
</style>
background-color css
<style>
a { background-color: #F1CC10; }
a { background-color: rgb(241,204,16); }
div.DivClassName
{
background-color: #F1CC10;
}
.BgClassName
{
background-color: #F1CC10;
}
</style>
border-color css
<style>
span { border-color: #F1CC10; }
span { border-color: rgb(241,204,16); }
td.TdClassName
{
border-color: #F1CC10;
}
.TagClassName
{
border-color: #F1CC10;
}
</style>