Shades of Moon Yellow #F1BD16
Tints of Moon Yellow #F1BD16
RGB
CMYK
RGB Variations
Color information
#F1BD16 (or 0xF1BD16) is known color: Moon Yellow. HEX triplet: F1, BD and 16. RGB value is (241,189,22). Sum of RGB (Red+Green+Blue) = 241+189+22=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BD16 is #0E42E9. Grayscale: #BABABA. Windows color (decimal): -934634 or 1490417. OLE color: 1490417.
HSL color Cylindrical-coordinate representation of color #F1BD16: hue angle of 45.75º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1BD16 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.05 |
| HSL | 45.75º | 0.89% | 0.52% | - |
| HSV(B) | 45.75º | 0.91% | 0.95% | - |
| XYZ | 54.62 | 55.15 | 8.53 | - |
| YUV | 185.51 | 35.73 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 22 | 0 | 0.22 | 0.91 | 0.05 | 45.75 | 0.89 | 0.52 |
| Hex | F1 | BD | 16 | 0 | 16 | 5B | 5 | 2E | 59 | 34 |
| Octal | 361 | 275 | 26 | 0 | 26 | 133 | 5 | 56 | 131 | 64 |
| Binary | 11110001 | 10111101 | 10110 | 0 | 10110 | 1011011 | 101 | 101110 | 1011001 | 110100 |
Color Harmonies of #F1BD16
Complementary color
Monochromatic Colors of #F1BD16
Black with #F1BD16
Text Example
Text Example
White with #F1BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BD16; }
p { color: rgb(241,189,22); }
H1.HeaderClassName
{
color: #F1BD16;
}
.AnyTagClassName
{
color: #F1BD16;
}
</style>
background-color css
<style>
a { background-color: #F1BD16; }
a { background-color: rgb(241,189,22); }
div.DivClassName
{
background-color: #F1BD16;
}
.BgClassName
{
background-color: #F1BD16;
}
</style>
border-color css
<style>
span { border-color: #F1BD16; }
span { border-color: rgb(241,189,22); }
td.TdClassName
{
border-color: #F1BD16;
}
.TagClassName
{
border-color: #F1BD16;
}
</style>