Shades of Moon Yellow #F2BE16
Tints of Moon Yellow #F2BE16
RGB
CMYK
RGB Variations
Color information
#F2BE16 (or 0xF2BE16) is known color: Moon Yellow. HEX triplet: F2, BE and 16. RGB value is (242,190,22). Sum of RGB (Red+Green+Blue) = 242+190+22=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BE16 is #0D41E9. Grayscale: #BBBBBB. Windows color (decimal): -868842 or 1490674. OLE color: 1490674.
HSL color Cylindrical-coordinate representation of color #F2BE16: hue angle of 45.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2BE16 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.05 |
| HSL | 45.82º | 0.89% | 0.52% | - |
| HSV(B) | 45.82º | 0.91% | 0.95% | - |
| XYZ | 55.18 | 55.76 | 8.61 | - |
| YUV | 186.4 | 35.23 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 22 | 0 | 0.21 | 0.91 | 0.05 | 45.82 | 0.89 | 0.52 |
| Hex | F2 | BE | 16 | 0 | 15 | 5B | 5 | 2E | 59 | 34 |
| Octal | 362 | 276 | 26 | 0 | 25 | 133 | 5 | 56 | 131 | 64 |
| Binary | 11110010 | 10111110 | 10110 | 0 | 10101 | 1011011 | 101 | 101110 | 1011001 | 110100 |
Color Harmonies of #F2BE16
Complementary color
Monochromatic Colors of #F2BE16
Black with #F2BE16
Text Example
Text Example
White with #F2BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE16; }
p { color: rgb(242,190,22); }
H1.HeaderClassName
{
color: #F2BE16;
}
.AnyTagClassName
{
color: #F2BE16;
}
</style>
background-color css
<style>
a { background-color: #F2BE16; }
a { background-color: rgb(242,190,22); }
div.DivClassName
{
background-color: #F2BE16;
}
.BgClassName
{
background-color: #F2BE16;
}
</style>
border-color css
<style>
span { border-color: #F2BE16; }
span { border-color: rgb(242,190,22); }
td.TdClassName
{
border-color: #F2BE16;
}
.TagClassName
{
border-color: #F2BE16;
}
</style>