Shades of Moon Yellow #F2BD10
Tints of Moon Yellow #F2BD10
RGB
CMYK
RGB Variations
Color information
#F2BD10 (or 0xF2BD10) is known color: Moon Yellow. HEX triplet: F2, BD and 10. RGB value is (242,189,16). Sum of RGB (Red+Green+Blue) = 242+189+16=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BD10 is #0D42EF. Grayscale: #B9B9B9. Windows color (decimal): -869104 or 1097202. OLE color: 1097202.
HSL color Cylindrical-coordinate representation of color #F2BD10: hue angle of 45.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2BD10 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 16 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.05 |
| HSL | 45.93º | 0.9% | 0.51% | - |
| HSV(B) | 45.93º | 0.93% | 0.95% | - |
| XYZ | 54.91 | 55.31 | 8.27 | - |
| YUV | 185.13 | 32.56 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 16 | 0 | 0.22 | 0.93 | 0.05 | 45.93 | 0.9 | 0.51 |
| Hex | F2 | BD | 10 | 0 | 16 | 5D | 5 | 2E | 5A | 33 |
| Octal | 362 | 275 | 20 | 0 | 26 | 135 | 5 | 56 | 132 | 63 |
| Binary | 11110010 | 10111101 | 10000 | 0 | 10110 | 1011101 | 101 | 101110 | 1011010 | 110011 |
Color Harmonies of #F2BD10
Complementary color
Monochromatic Colors of #F2BD10
Black with #F2BD10
Text Example
Text Example
White with #F2BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD10; }
p { color: rgb(242,189,16); }
H1.HeaderClassName
{
color: #F2BD10;
}
.AnyTagClassName
{
color: #F2BD10;
}
</style>
background-color css
<style>
a { background-color: #F2BD10; }
a { background-color: rgb(242,189,16); }
div.DivClassName
{
background-color: #F2BD10;
}
.BgClassName
{
background-color: #F2BD10;
}
</style>
border-color css
<style>
span { border-color: #F2BD10; }
span { border-color: rgb(242,189,16); }
td.TdClassName
{
border-color: #F2BD10;
}
.TagClassName
{
border-color: #F2BD10;
}
</style>