Shades of Moon Yellow #F2BE14
Tints of Moon Yellow #F2BE14
RGB
CMYK
RGB Variations
Color information
#F2BE14 (or 0xF2BE14) is known color: Moon Yellow. HEX triplet: F2, BE and 14. RGB value is (242,190,20). Sum of RGB (Red+Green+Blue) = 242+190+20=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BE14 is #0D41EB. Grayscale: #BABABA. Windows color (decimal): -868844 or 1359602. OLE color: 1359602.
HSL color Cylindrical-coordinate representation of color #F2BE14: hue angle of 45.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2BE14 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.05 |
| HSL | 45.95º | 0.9% | 0.51% | - |
| HSV(B) | 45.95º | 0.92% | 0.95% | - |
| XYZ | 55.16 | 55.75 | 8.52 | - |
| YUV | 186.17 | 34.23 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 20 | 0 | 0.21 | 0.92 | 0.05 | 45.95 | 0.9 | 0.51 |
| Hex | F2 | BE | 14 | 0 | 15 | 5C | 5 | 2E | 5A | 33 |
| Octal | 362 | 276 | 24 | 0 | 25 | 134 | 5 | 56 | 132 | 63 |
| Binary | 11110010 | 10111110 | 10100 | 0 | 10101 | 1011100 | 101 | 101110 | 1011010 | 110011 |
Color Harmonies of #F2BE14
Complementary color
Monochromatic Colors of #F2BE14
Black with #F2BE14
Text Example
Text Example
White with #F2BE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE14; }
p { color: rgb(242,190,20); }
H1.HeaderClassName
{
color: #F2BE14;
}
.AnyTagClassName
{
color: #F2BE14;
}
</style>
background-color css
<style>
a { background-color: #F2BE14; }
a { background-color: rgb(242,190,20); }
div.DivClassName
{
background-color: #F2BE14;
}
.BgClassName
{
background-color: #F2BE14;
}
</style>
border-color css
<style>
span { border-color: #F2BE14; }
span { border-color: rgb(242,190,20); }
td.TdClassName
{
border-color: #F2BE14;
}
.TagClassName
{
border-color: #F2BE14;
}
</style>