Shades of Moon Yellow #F2BD1F
Tints of Moon Yellow #F2BD1F
RGB
CMYK
RGB Variations
Color information
#F2BD1F (or 0xF2BD1F) is known color: Moon Yellow. HEX triplet: F2, BD and 1F. RGB value is (242,189,31). Sum of RGB (Red+Green+Blue) = 242+189+31=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 31 (12.5% from 255 or 6.71% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD1F is #0D42E0. Grayscale: #BBBBBB. Windows color (decimal): -869089 or 2080242. OLE color: 2080242.
HSL color Cylindrical-coordinate representation of color #F2BD1F: hue angle of 44.93º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2BD1F is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 31 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.05 |
| HSL | 44.93º | 0.89% | 0.54% | - |
| HSV(B) | 44.93º | 0.87% | 0.95% | - |
| XYZ | 55.06 | 55.37 | 9.08 | - |
| YUV | 186.84 | 40.06 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 31 | 0 | 0.22 | 0.87 | 0.05 | 44.93 | 0.89 | 0.54 |
| Hex | F2 | BD | 1F | 0 | 16 | 57 | 5 | 2D | 59 | 36 |
| Octal | 362 | 275 | 37 | 0 | 26 | 127 | 5 | 55 | 131 | 66 |
| Binary | 11110010 | 10111101 | 11111 | 0 | 10110 | 1010111 | 101 | 101101 | 1011001 | 110110 |
Color Harmonies of #F2BD1F
Complementary color
Monochromatic Colors of #F2BD1F
Black with #F2BD1F
Text Example
Text Example
White with #F2BD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD1F; }
p { color: rgb(242,189,31); }
H1.HeaderClassName
{
color: #F2BD1F;
}
.AnyTagClassName
{
color: #F2BD1F;
}
</style>
background-color css
<style>
a { background-color: #F2BD1F; }
a { background-color: rgb(242,189,31); }
div.DivClassName
{
background-color: #F2BD1F;
}
.BgClassName
{
background-color: #F2BD1F;
}
</style>
border-color css
<style>
span { border-color: #F2BD1F; }
span { border-color: rgb(242,189,31); }
td.TdClassName
{
border-color: #F2BD1F;
}
.TagClassName
{
border-color: #F2BD1F;
}
</style>