Shades of Moon Yellow #F2BF11
Tints of Moon Yellow #F2BF11
RGB
CMYK
RGB Variations
Color information
#F2BF11 (or 0xF2BF11) is known color: Moon Yellow. HEX triplet: F2, BF and 11. RGB value is (242,191,17). Sum of RGB (Red+Green+Blue) = 242+191+17=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BF11 is #0D40EE. Grayscale: #BBBBBB. Windows color (decimal): -868591 or 1163250. OLE color: 1163250.
HSL color Cylindrical-coordinate representation of color #F2BF11: hue angle of 46.4º 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 #F2BF11 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.05 |
| HSL | 46.4º | 0.9% | 0.51% | - |
| HSV(B) | 46.4º | 0.93% | 0.95% | - |
| XYZ | 55.35 | 56.18 | 8.46 | - |
| YUV | 186.41 | 32.4 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 17 | 0 | 0.21 | 0.93 | 0.05 | 46.4 | 0.9 | 0.51 |
| Hex | F2 | BF | 11 | 0 | 15 | 5D | 5 | 2E | 5A | 33 |
| Octal | 362 | 277 | 21 | 0 | 25 | 135 | 5 | 56 | 132 | 63 |
| Binary | 11110010 | 10111111 | 10001 | 0 | 10101 | 1011101 | 101 | 101110 | 1011010 | 110011 |
Color Harmonies of #F2BF11
Complementary color
Monochromatic Colors of #F2BF11
Black with #F2BF11
Text Example
Text Example
White with #F2BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF11; }
p { color: rgb(242,191,17); }
H1.HeaderClassName
{
color: #F2BF11;
}
.AnyTagClassName
{
color: #F2BF11;
}
</style>
background-color css
<style>
a { background-color: #F2BF11; }
a { background-color: rgb(242,191,17); }
div.DivClassName
{
background-color: #F2BF11;
}
.BgClassName
{
background-color: #F2BF11;
}
</style>
border-color css
<style>
span { border-color: #F2BF11; }
span { border-color: rgb(242,191,17); }
td.TdClassName
{
border-color: #F2BF11;
}
.TagClassName
{
border-color: #F2BF11;
}
</style>