Shades of Moon Yellow #F1BF10
Tints of Moon Yellow #F1BF10
RGB
CMYK
RGB Variations
Color information
#F1BF10 (or 0xF1BF10) is known color: Moon Yellow. HEX triplet: F1, BF and 10. RGB value is (241,191,16). Sum of RGB (Red+Green+Blue) = 241+191+16=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BF10 is #0E40EF. Grayscale: #BABABA. Windows color (decimal): -934128 or 1097713. OLE color: 1097713.
HSL color Cylindrical-coordinate representation of color #F1BF10: hue angle of 46.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1BF10 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 16 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.05 |
| HSL | 46.67º | 0.89% | 0.5% | - |
| HSV(B) | 46.67º | 0.93% | 0.95% | - |
| XYZ | 55 | 56 | 8.4 | - |
| YUV | 186 | 32.07 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 16 | 0 | 0.21 | 0.93 | 0.05 | 46.67 | 0.89 | 0.5 |
| Hex | F1 | BF | 10 | 0 | 15 | 5D | 5 | 2F | 59 | 32 |
| Octal | 361 | 277 | 20 | 0 | 25 | 135 | 5 | 57 | 131 | 62 |
| Binary | 11110001 | 10111111 | 10000 | 0 | 10101 | 1011101 | 101 | 101111 | 1011001 | 110010 |
Color Harmonies of #F1BF10
Complementary color
Monochromatic Colors of #F1BF10
Black with #F1BF10
Text Example
Text Example
White with #F1BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF10; }
p { color: rgb(241,191,16); }
H1.HeaderClassName
{
color: #F1BF10;
}
.AnyTagClassName
{
color: #F1BF10;
}
</style>
background-color css
<style>
a { background-color: #F1BF10; }
a { background-color: rgb(241,191,16); }
div.DivClassName
{
background-color: #F1BF10;
}
.BgClassName
{
background-color: #F1BF10;
}
</style>
border-color css
<style>
span { border-color: #F1BF10; }
span { border-color: rgb(241,191,16); }
td.TdClassName
{
border-color: #F1BF10;
}
.TagClassName
{
border-color: #F1BF10;
}
</style>