Shades of Moon Yellow #F2BC22
Tints of Moon Yellow #F2BC22
RGB
CMYK
RGB Variations
Color information
#F2BC22 (or 0xF2BC22) is known color: Moon Yellow. HEX triplet: F2, BC and 22. RGB value is (242,188,34). Sum of RGB (Red+Green+Blue) = 242+188+34=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC22 is #0D43DD. Grayscale: #BBBBBB. Windows color (decimal): -869342 or 2276594. OLE color: 2276594.
HSL color Cylindrical-coordinate representation of color #F2BC22: hue angle of 44.42º 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 #F2BC22 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 34 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.05 |
| HSL | 44.42º | 0.89% | 0.54% | - |
| HSV(B) | 44.42º | 0.86% | 0.95% | - |
| XYZ | 54.89 | 54.96 | 9.23 | - |
| YUV | 186.59 | 41.89 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 34 | 0 | 0.22 | 0.86 | 0.05 | 44.42 | 0.89 | 0.54 |
| Hex | F2 | BC | 22 | 0 | 16 | 56 | 5 | 2C | 59 | 36 |
| Octal | 362 | 274 | 42 | 0 | 26 | 126 | 5 | 54 | 131 | 66 |
| Binary | 11110010 | 10111100 | 100010 | 0 | 10110 | 1010110 | 101 | 101100 | 1011001 | 110110 |
Color Harmonies of #F2BC22
Complementary color
Monochromatic Colors of #F2BC22
Black with #F2BC22
Text Example
Text Example
White with #F2BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC22; }
p { color: rgb(242,188,34); }
H1.HeaderClassName
{
color: #F2BC22;
}
.AnyTagClassName
{
color: #F2BC22;
}
</style>
background-color css
<style>
a { background-color: #F2BC22; }
a { background-color: rgb(242,188,34); }
div.DivClassName
{
background-color: #F2BC22;
}
.BgClassName
{
background-color: #F2BC22;
}
</style>
border-color css
<style>
span { border-color: #F2BC22; }
span { border-color: rgb(242,188,34); }
td.TdClassName
{
border-color: #F2BC22;
}
.TagClassName
{
border-color: #F2BC22;
}
</style>