Shades of Moon Yellow #F1BD23
Tints of Moon Yellow #F1BD23
RGB
CMYK
RGB Variations
Color information
#F1BD23 (or 0xF1BD23) is known color: Moon Yellow. HEX triplet: F1, BD and 23. RGB value is (241,189,35). Sum of RGB (Red+Green+Blue) = 241+189+35=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BD23 is #0E42DC. Grayscale: #BBBBBB. Windows color (decimal): -934621 or 2342385. OLE color: 2342385.
HSL color Cylindrical-coordinate representation of color #F1BD23: hue angle of 44.85º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1BD23 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 35 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.05 |
| HSL | 44.85º | 0.88% | 0.54% | - |
| HSV(B) | 44.85º | 0.85% | 0.95% | - |
| XYZ | 54.78 | 55.22 | 9.36 | - |
| YUV | 186.99 | 42.23 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 35 | 0 | 0.22 | 0.85 | 0.05 | 44.85 | 0.88 | 0.54 |
| Hex | F1 | BD | 23 | 0 | 16 | 55 | 5 | 2D | 58 | 36 |
| Octal | 361 | 275 | 43 | 0 | 26 | 125 | 5 | 55 | 130 | 66 |
| Binary | 11110001 | 10111101 | 100011 | 0 | 10110 | 1010101 | 101 | 101101 | 1011000 | 110110 |
Color Harmonies of #F1BD23
Complementary color
Monochromatic Colors of #F1BD23
Black with #F1BD23
Text Example
Text Example
White with #F1BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BD23; }
p { color: rgb(241,189,35); }
H1.HeaderClassName
{
color: #F1BD23;
}
.AnyTagClassName
{
color: #F1BD23;
}
</style>
background-color css
<style>
a { background-color: #F1BD23; }
a { background-color: rgb(241,189,35); }
div.DivClassName
{
background-color: #F1BD23;
}
.BgClassName
{
background-color: #F1BD23;
}
</style>
border-color css
<style>
span { border-color: #F1BD23; }
span { border-color: rgb(241,189,35); }
td.TdClassName
{
border-color: #F1BD23;
}
.TagClassName
{
border-color: #F1BD23;
}
</style>