Shades of Moon Yellow #F1BF1E
Tints of Moon Yellow #F1BF1E
RGB
CMYK
RGB Variations
Color information
#F1BF1E (or 0xF1BF1E) is known color: Moon Yellow. HEX triplet: F1, BF and 1E. RGB value is (241,191,30). Sum of RGB (Red+Green+Blue) = 241+191+30=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BF1E is #0E40E1. Grayscale: #BCBCBC. Windows color (decimal): -934114 or 2015217. OLE color: 2015217.
HSL color Cylindrical-coordinate representation of color #F1BF1E: hue angle of 45.78º 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 #F1BF1E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 30 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.05 |
| HSL | 45.78º | 0.88% | 0.53% | - |
| HSV(B) | 45.78º | 0.88% | 0.95% | - |
| XYZ | 55.14 | 56.06 | 9.14 | - |
| YUV | 187.6 | 39.07 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 30 | 0 | 0.21 | 0.88 | 0.05 | 45.78 | 0.88 | 0.53 |
| Hex | F1 | BF | 1E | 0 | 15 | 58 | 5 | 2E | 58 | 35 |
| Octal | 361 | 277 | 36 | 0 | 25 | 130 | 5 | 56 | 130 | 65 |
| Binary | 11110001 | 10111111 | 11110 | 0 | 10101 | 1011000 | 101 | 101110 | 1011000 | 110101 |
Color Harmonies of #F1BF1E
Complementary color
Monochromatic Colors of #F1BF1E
Black with #F1BF1E
Text Example
Text Example
White with #F1BF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF1E; }
p { color: rgb(241,191,30); }
H1.HeaderClassName
{
color: #F1BF1E;
}
.AnyTagClassName
{
color: #F1BF1E;
}
</style>
background-color css
<style>
a { background-color: #F1BF1E; }
a { background-color: rgb(241,191,30); }
div.DivClassName
{
background-color: #F1BF1E;
}
.BgClassName
{
background-color: #F1BF1E;
}
</style>
border-color css
<style>
span { border-color: #F1BF1E; }
span { border-color: rgb(241,191,30); }
td.TdClassName
{
border-color: #F1BF1E;
}
.TagClassName
{
border-color: #F1BF1E;
}
</style>