Shades of Moon Yellow #F1BC1E
Tints of Moon Yellow #F1BC1E
RGB
CMYK
RGB Variations
Color information
#F1BC1E (or 0xF1BC1E) is known color: Moon Yellow. HEX triplet: F1, BC and 1E. RGB value is (241,188,30). Sum of RGB (Red+Green+Blue) = 241+188+30=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC1E is #0E43E1. Grayscale: #BABABA. Windows color (decimal): -934882 or 2014449. OLE color: 2014449.
HSL color Cylindrical-coordinate representation of color #F1BC1E: hue angle of 44.93º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1BC1E is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 30 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.05 |
| HSL | 44.93º | 0.88% | 0.53% | - |
| HSV(B) | 44.93º | 0.88% | 0.95% | - |
| XYZ | 54.49 | 54.76 | 8.93 | - |
| YUV | 185.84 | 40.06 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 30 | 0 | 0.22 | 0.88 | 0.05 | 44.93 | 0.88 | 0.53 |
| Hex | F1 | BC | 1E | 0 | 16 | 58 | 5 | 2D | 58 | 35 |
| Octal | 361 | 274 | 36 | 0 | 26 | 130 | 5 | 55 | 130 | 65 |
| Binary | 11110001 | 10111100 | 11110 | 0 | 10110 | 1011000 | 101 | 101101 | 1011000 | 110101 |
Color Harmonies of #F1BC1E
Complementary color
Monochromatic Colors of #F1BC1E
Black with #F1BC1E
Text Example
Text Example
White with #F1BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC1E; }
p { color: rgb(241,188,30); }
H1.HeaderClassName
{
color: #F1BC1E;
}
.AnyTagClassName
{
color: #F1BC1E;
}
</style>
background-color css
<style>
a { background-color: #F1BC1E; }
a { background-color: rgb(241,188,30); }
div.DivClassName
{
background-color: #F1BC1E;
}
.BgClassName
{
background-color: #F1BC1E;
}
</style>
border-color css
<style>
span { border-color: #F1BC1E; }
span { border-color: rgb(241,188,30); }
td.TdClassName
{
border-color: #F1BC1E;
}
.TagClassName
{
border-color: #F1BC1E;
}
</style>