Shades of Moon Yellow #F2BE1D
Tints of Moon Yellow #F2BE1D
RGB
CMYK
RGB Variations
Color information
#F2BE1D (or 0xF2BE1D) is known color: Moon Yellow. HEX triplet: F2, BE and 1D. RGB value is (242,190,29). Sum of RGB (Red+Green+Blue) = 242+190+29=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BE1D is #0D41E2. Grayscale: #BBBBBB. Windows color (decimal): -868835 or 1949426. OLE color: 1949426.
HSL color Cylindrical-coordinate representation of color #F2BE1D: hue angle of 45.35º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2BE1D is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 29 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.05 |
| HSL | 45.35º | 0.89% | 0.53% | - |
| HSV(B) | 45.35º | 0.88% | 0.95% | - |
| XYZ | 55.25 | 55.79 | 9.02 | - |
| YUV | 187.19 | 38.73 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 29 | 0 | 0.21 | 0.88 | 0.05 | 45.35 | 0.89 | 0.53 |
| Hex | F2 | BE | 1D | 0 | 15 | 58 | 5 | 2D | 59 | 35 |
| Octal | 362 | 276 | 35 | 0 | 25 | 130 | 5 | 55 | 131 | 65 |
| Binary | 11110010 | 10111110 | 11101 | 0 | 10101 | 1011000 | 101 | 101101 | 1011001 | 110101 |
Color Harmonies of #F2BE1D
Complementary color
Monochromatic Colors of #F2BE1D
Black with #F2BE1D
Text Example
Text Example
White with #F2BE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE1D; }
p { color: rgb(242,190,29); }
H1.HeaderClassName
{
color: #F2BE1D;
}
.AnyTagClassName
{
color: #F2BE1D;
}
</style>
background-color css
<style>
a { background-color: #F2BE1D; }
a { background-color: rgb(242,190,29); }
div.DivClassName
{
background-color: #F2BE1D;
}
.BgClassName
{
background-color: #F2BE1D;
}
</style>
border-color css
<style>
span { border-color: #F2BE1D; }
span { border-color: rgb(242,190,29); }
td.TdClassName
{
border-color: #F2BE1D;
}
.TagClassName
{
border-color: #F2BE1D;
}
</style>