Shades of Moon Yellow #F1BD15
Tints of Moon Yellow #F1BD15
RGB
CMYK
RGB Variations
Color information
#F1BD15 (or 0xF1BD15) is known color: Moon Yellow. HEX triplet: F1, BD and 15. RGB value is (241,189,21). Sum of RGB (Red+Green+Blue) = 241+189+21=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BD15 is #0E42EA. Grayscale: #BABABA. Windows color (decimal): -934635 or 1424881. OLE color: 1424881.
HSL color Cylindrical-coordinate representation of color #F1BD15: hue angle of 45.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1BD15 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 21 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.05 |
| HSL | 45.82º | 0.89% | 0.51% | - |
| HSV(B) | 45.82º | 0.91% | 0.95% | - |
| XYZ | 54.61 | 55.15 | 8.48 | - |
| YUV | 185.4 | 35.23 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 21 | 0 | 0.22 | 0.91 | 0.05 | 45.82 | 0.89 | 0.51 |
| Hex | F1 | BD | 15 | 0 | 16 | 5B | 5 | 2E | 59 | 33 |
| Octal | 361 | 275 | 25 | 0 | 26 | 133 | 5 | 56 | 131 | 63 |
| Binary | 11110001 | 10111101 | 10101 | 0 | 10110 | 1011011 | 101 | 101110 | 1011001 | 110011 |
Color Harmonies of #F1BD15
Complementary color
Monochromatic Colors of #F1BD15
Black with #F1BD15
Text Example
Text Example
White with #F1BD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BD15; }
p { color: rgb(241,189,21); }
H1.HeaderClassName
{
color: #F1BD15;
}
.AnyTagClassName
{
color: #F1BD15;
}
</style>
background-color css
<style>
a { background-color: #F1BD15; }
a { background-color: rgb(241,189,21); }
div.DivClassName
{
background-color: #F1BD15;
}
.BgClassName
{
background-color: #F1BD15;
}
</style>
border-color css
<style>
span { border-color: #F1BD15; }
span { border-color: rgb(241,189,21); }
td.TdClassName
{
border-color: #F1BD15;
}
.TagClassName
{
border-color: #F1BD15;
}
</style>