Shades of Moon Yellow #F2BD21
Tints of Moon Yellow #F2BD21
RGB
CMYK
RGB Variations
Color information
#F2BD21 (or 0xF2BD21) is known color: Moon Yellow. HEX triplet: F2, BD and 21. RGB value is (242,189,33). Sum of RGB (Red+Green+Blue) = 242+189+33=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD21 is #0D42DE. Grayscale: #BBBBBB. Windows color (decimal): -869087 or 2211314. OLE color: 2211314.
HSL color Cylindrical-coordinate representation of color #F2BD21: hue angle of 44.78º 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 #F2BD21 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 33 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.05 |
| HSL | 44.78º | 0.89% | 0.54% | - |
| HSV(B) | 44.78º | 0.86% | 0.95% | - |
| XYZ | 55.09 | 55.38 | 9.23 | - |
| YUV | 187.06 | 41.06 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 33 | 0 | 0.22 | 0.86 | 0.05 | 44.78 | 0.89 | 0.54 |
| Hex | F2 | BD | 21 | 0 | 16 | 56 | 5 | 2D | 59 | 36 |
| Octal | 362 | 275 | 41 | 0 | 26 | 126 | 5 | 55 | 131 | 66 |
| Binary | 11110010 | 10111101 | 100001 | 0 | 10110 | 1010110 | 101 | 101101 | 1011001 | 110110 |
Color Harmonies of #F2BD21
Complementary color
Monochromatic Colors of #F2BD21
Black with #F2BD21
Text Example
Text Example
White with #F2BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD21; }
p { color: rgb(242,189,33); }
H1.HeaderClassName
{
color: #F2BD21;
}
.AnyTagClassName
{
color: #F2BD21;
}
</style>
background-color css
<style>
a { background-color: #F2BD21; }
a { background-color: rgb(242,189,33); }
div.DivClassName
{
background-color: #F2BD21;
}
.BgClassName
{
background-color: #F2BD21;
}
</style>
border-color css
<style>
span { border-color: #F2BD21; }
span { border-color: rgb(242,189,33); }
td.TdClassName
{
border-color: #F2BD21;
}
.TagClassName
{
border-color: #F2BD21;
}
</style>