Shades of Moon Yellow #F1CC0F
Tints of Moon Yellow #F1CC0F
RGB
CMYK
RGB Variations
Color information
#F1CC0F (or 0xF1CC0F) is known color: Moon Yellow. HEX triplet: F1, CC and 0F. RGB value is (241,204,15). Sum of RGB (Red+Green+Blue) = 241+204+15=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CC0F is #0E33F0. Grayscale: #C2C2C2. Windows color (decimal): -930801 or 1035505. OLE color: 1035505.
HSL color Cylindrical-coordinate representation of color #F1CC0F: hue angle of 50.18º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1CC0F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.05 |
| HSL | 50.18º | 0.89% | 0.5% | - |
| HSV(B) | 50.18º | 0.94% | 0.95% | - |
| XYZ | 57.95 | 61.92 | 9.35 | - |
| YUV | 193.52 | 27.26 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 15 | 0 | 0.15 | 0.94 | 0.05 | 50.18 | 0.89 | 0.5 |
| Hex | F1 | CC | F | 0 | F | 5E | 5 | 32 | 59 | 32 |
| Octal | 361 | 314 | 17 | 0 | 17 | 136 | 5 | 62 | 131 | 62 |
| Binary | 11110001 | 11001100 | 1111 | 0 | 1111 | 1011110 | 101 | 110010 | 1011001 | 110010 |
Color Harmonies of #F1CC0F
Complementary color
Monochromatic Colors of #F1CC0F
Black with #F1CC0F
Text Example
Text Example
White with #F1CC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CC0F; }
p { color: rgb(241,204,15); }
H1.HeaderClassName
{
color: #F1CC0F;
}
.AnyTagClassName
{
color: #F1CC0F;
}
</style>
background-color css
<style>
a { background-color: #F1CC0F; }
a { background-color: rgb(241,204,15); }
div.DivClassName
{
background-color: #F1CC0F;
}
.BgClassName
{
background-color: #F1CC0F;
}
</style>
border-color css
<style>
span { border-color: #F1CC0F; }
span { border-color: rgb(241,204,15); }
td.TdClassName
{
border-color: #F1CC0F;
}
.TagClassName
{
border-color: #F1CC0F;
}
</style>