Shades of Moon Yellow #F1C01B
Tints of Moon Yellow #F1C01B
RGB
CMYK
RGB Variations
Color information
#F1C01B (or 0xF1C01B) is known color: Moon Yellow. HEX triplet: F1, C0 and 1B. RGB value is (241,192,27). Sum of RGB (Red+Green+Blue) = 241+192+27=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 27 (10.94% from 255 or 5.87% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C01B is #0E3FE4. Grayscale: #BCBCBC. Windows color (decimal): -933861 or 1818865. OLE color: 1818865.
HSL color Cylindrical-coordinate representation of color #F1C01B: hue angle of 46.26º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1C01B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.05 |
| HSL | 46.26º | 0.88% | 0.53% | - |
| HSV(B) | 46.26º | 0.89% | 0.95% | - |
| XYZ | 55.32 | 56.48 | 9.02 | - |
| YUV | 187.84 | 37.23 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 27 | 0 | 0.20 | 0.89 | 0.05 | 46.26 | 0.88 | 0.53 |
| Hex | F1 | C0 | 1B | 0 | 14 | 59 | 5 | 2E | 58 | 35 |
| Octal | 361 | 300 | 33 | 0 | 24 | 131 | 5 | 56 | 130 | 65 |
| Binary | 11110001 | 11000000 | 11011 | 0 | 10100 | 1011001 | 101 | 101110 | 1011000 | 110101 |
Color Harmonies of #F1C01B
Complementary color
Monochromatic Colors of #F1C01B
Black with #F1C01B
Text Example
Text Example
White with #F1C01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C01B; }
p { color: rgb(241,192,27); }
H1.HeaderClassName
{
color: #F1C01B;
}
.AnyTagClassName
{
color: #F1C01B;
}
</style>
background-color css
<style>
a { background-color: #F1C01B; }
a { background-color: rgb(241,192,27); }
div.DivClassName
{
background-color: #F1C01B;
}
.BgClassName
{
background-color: #F1C01B;
}
</style>
border-color css
<style>
span { border-color: #F1C01B; }
span { border-color: rgb(241,192,27); }
td.TdClassName
{
border-color: #F1C01B;
}
.TagClassName
{
border-color: #F1C01B;
}
</style>