Shades of Moon Yellow #F2BC23
Tints of Moon Yellow #F2BC23
RGB
CMYK
RGB Variations
Color information
#F2BC23 (or 0xF2BC23) is known color: Moon Yellow. HEX triplet: F2, BC and 23. RGB value is (242,188,35). Sum of RGB (Red+Green+Blue) = 242+188+35=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC23 is #0D43DC. Grayscale: #BBBBBB. Windows color (decimal): -869341 or 2342130. OLE color: 2342130.
HSL color Cylindrical-coordinate representation of color #F2BC23: hue angle of 44.35º 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 #F2BC23 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 35 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.05 |
| HSL | 44.35º | 0.89% | 0.54% | - |
| HSV(B) | 44.35º | 0.86% | 0.95% | - |
| XYZ | 54.9 | 54.97 | 9.31 | - |
| YUV | 186.7 | 42.39 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 35 | 0 | 0.22 | 0.86 | 0.05 | 44.35 | 0.89 | 0.54 |
| Hex | F2 | BC | 23 | 0 | 16 | 56 | 5 | 2C | 59 | 36 |
| Octal | 362 | 274 | 43 | 0 | 26 | 126 | 5 | 54 | 131 | 66 |
| Binary | 11110010 | 10111100 | 100011 | 0 | 10110 | 1010110 | 101 | 101100 | 1011001 | 110110 |
Color Harmonies of #F2BC23
Complementary color
Monochromatic Colors of #F2BC23
Black with #F2BC23
Text Example
Text Example
White with #F2BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC23; }
p { color: rgb(242,188,35); }
H1.HeaderClassName
{
color: #F2BC23;
}
.AnyTagClassName
{
color: #F2BC23;
}
</style>
background-color css
<style>
a { background-color: #F2BC23; }
a { background-color: rgb(242,188,35); }
div.DivClassName
{
background-color: #F2BC23;
}
.BgClassName
{
background-color: #F2BC23;
}
</style>
border-color css
<style>
span { border-color: #F2BC23; }
span { border-color: rgb(242,188,35); }
td.TdClassName
{
border-color: #F2BC23;
}
.TagClassName
{
border-color: #F2BC23;
}
</style>