Shades of Moon Yellow #F1BC18
Tints of Moon Yellow #F1BC18
RGB
CMYK
RGB Variations
Color information
#F1BC18 (or 0xF1BC18) is known color: Moon Yellow. HEX triplet: F1, BC and 18. RGB value is (241,188,24). Sum of RGB (Red+Green+Blue) = 241+188+24=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BC18 is #0E43E7. Grayscale: #B9B9B9. Windows color (decimal): -934888 or 1621233. OLE color: 1621233.
HSL color Cylindrical-coordinate representation of color #F1BC18: hue angle of 45.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1BC18 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 24 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.05 |
| HSL | 45.35º | 0.89% | 0.52% | - |
| HSV(B) | 45.35º | 0.9% | 0.95% | - |
| XYZ | 54.42 | 54.73 | 8.56 | - |
| YUV | 185.15 | 37.06 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 24 | 0 | 0.22 | 0.90 | 0.05 | 45.35 | 0.89 | 0.52 |
| Hex | F1 | BC | 18 | 0 | 16 | 5A | 5 | 2D | 59 | 34 |
| Octal | 361 | 274 | 30 | 0 | 26 | 132 | 5 | 55 | 131 | 64 |
| Binary | 11110001 | 10111100 | 11000 | 0 | 10110 | 1011010 | 101 | 101101 | 1011001 | 110100 |
Color Harmonies of #F1BC18
Complementary color
Monochromatic Colors of #F1BC18
Black with #F1BC18
Text Example
Text Example
White with #F1BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC18; }
p { color: rgb(241,188,24); }
H1.HeaderClassName
{
color: #F1BC18;
}
.AnyTagClassName
{
color: #F1BC18;
}
</style>
background-color css
<style>
a { background-color: #F1BC18; }
a { background-color: rgb(241,188,24); }
div.DivClassName
{
background-color: #F1BC18;
}
.BgClassName
{
background-color: #F1BC18;
}
</style>
border-color css
<style>
span { border-color: #F1BC18; }
span { border-color: rgb(241,188,24); }
td.TdClassName
{
border-color: #F1BC18;
}
.TagClassName
{
border-color: #F1BC18;
}
</style>