Shades of Moon Yellow #F2B91D
Tints of Moon Yellow #F2B91D
RGB
CMYK
RGB Variations
Color information
#F2B91D (or 0xF2B91D) is known color: Moon Yellow. HEX triplet: F2, B9 and 1D. RGB value is (242,185,29). Sum of RGB (Red+Green+Blue) = 242+185+29=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B91D is #0D46E2. Grayscale: #B8B8B8. Windows color (decimal): -870115 or 1948146. OLE color: 1948146.
HSL color Cylindrical-coordinate representation of color #F2B91D: hue angle of 43.94º 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 #F2B91D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 29 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.05 |
| HSL | 43.94º | 0.89% | 0.53% | - |
| HSV(B) | 43.94º | 0.88% | 0.95% | - |
| XYZ | 54.19 | 53.66 | 8.66 | - |
| YUV | 184.26 | 40.38 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 29 | 0 | 0.24 | 0.88 | 0.05 | 43.94 | 0.89 | 0.53 |
| Hex | F2 | B9 | 1D | 0 | 18 | 58 | 5 | 2C | 59 | 35 |
| Octal | 362 | 271 | 35 | 0 | 30 | 130 | 5 | 54 | 131 | 65 |
| Binary | 11110010 | 10111001 | 11101 | 0 | 11000 | 1011000 | 101 | 101100 | 1011001 | 110101 |
Color Harmonies of #F2B91D
Complementary color
Monochromatic Colors of #F2B91D
Black with #F2B91D
Text Example
Text Example
White with #F2B91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B91D; }
p { color: rgb(242,185,29); }
H1.HeaderClassName
{
color: #F2B91D;
}
.AnyTagClassName
{
color: #F2B91D;
}
</style>
background-color css
<style>
a { background-color: #F2B91D; }
a { background-color: rgb(242,185,29); }
div.DivClassName
{
background-color: #F2B91D;
}
.BgClassName
{
background-color: #F2B91D;
}
</style>
border-color css
<style>
span { border-color: #F2B91D; }
span { border-color: rgb(242,185,29); }
td.TdClassName
{
border-color: #F2B91D;
}
.TagClassName
{
border-color: #F2B91D;
}
</style>