Shades of Moon Yellow #F2BD22
Tints of Moon Yellow #F2BD22
RGB
CMYK
RGB Variations
Color information
#F2BD22 (or 0xF2BD22) is known color: Moon Yellow. HEX triplet: F2, BD and 22. RGB value is (242,189,34). Sum of RGB (Red+Green+Blue) = 242+189+34=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD22 is #0D42DD. Grayscale: #BBBBBB. Windows color (decimal): -869086 or 2276850. OLE color: 2276850.
HSL color Cylindrical-coordinate representation of color #F2BD22: hue angle of 44.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2BD22 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 34 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.05 |
| HSL | 44.71º | 0.89% | 0.54% | - |
| HSV(B) | 44.71º | 0.86% | 0.95% | - |
| XYZ | 55.1 | 55.39 | 9.3 | - |
| YUV | 187.18 | 41.56 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 34 | 0 | 0.22 | 0.86 | 0.05 | 44.71 | 0.89 | 0.54 |
| Hex | F2 | BD | 22 | 0 | 16 | 56 | 5 | 2D | 59 | 36 |
| Octal | 362 | 275 | 42 | 0 | 26 | 126 | 5 | 55 | 131 | 66 |
| Binary | 11110010 | 10111101 | 100010 | 0 | 10110 | 1010110 | 101 | 101101 | 1011001 | 110110 |
Color Harmonies of #F2BD22
Complementary color
Monochromatic Colors of #F2BD22
Black with #F2BD22
Text Example
Text Example
White with #F2BD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD22; }
p { color: rgb(242,189,34); }
H1.HeaderClassName
{
color: #F2BD22;
}
.AnyTagClassName
{
color: #F2BD22;
}
</style>
background-color css
<style>
a { background-color: #F2BD22; }
a { background-color: rgb(242,189,34); }
div.DivClassName
{
background-color: #F2BD22;
}
.BgClassName
{
background-color: #F2BD22;
}
</style>
border-color css
<style>
span { border-color: #F2BD22; }
span { border-color: rgb(242,189,34); }
td.TdClassName
{
border-color: #F2BD22;
}
.TagClassName
{
border-color: #F2BD22;
}
</style>