Shades of Moon Yellow #F2BC13
Tints of Moon Yellow #F2BC13
RGB
CMYK
RGB Variations
Color information
#F2BC13 (or 0xF2BC13) is known color: Moon Yellow. HEX triplet: F2, BC and 13. RGB value is (242,188,19). Sum of RGB (Red+Green+Blue) = 242+188+19=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BC13 is #0D43EC. Grayscale: #B9B9B9. Windows color (decimal): -869357 or 1293554. OLE color: 1293554.
HSL color Cylindrical-coordinate representation of color #F2BC13: hue angle of 45.47º 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 #F2BC13 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 19 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.05 |
| HSL | 45.47º | 0.9% | 0.51% | - |
| HSV(B) | 45.47º | 0.92% | 0.95% | - |
| XYZ | 54.72 | 54.89 | 8.33 | - |
| YUV | 184.88 | 34.39 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 19 | 0 | 0.22 | 0.92 | 0.05 | 45.47 | 0.9 | 0.51 |
| Hex | F2 | BC | 13 | 0 | 16 | 5C | 5 | 2D | 5A | 33 |
| Octal | 362 | 274 | 23 | 0 | 26 | 134 | 5 | 55 | 132 | 63 |
| Binary | 11110010 | 10111100 | 10011 | 0 | 10110 | 1011100 | 101 | 101101 | 1011010 | 110011 |
Color Harmonies of #F2BC13
Complementary color
Monochromatic Colors of #F2BC13
Black with #F2BC13
Text Example
Text Example
White with #F2BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC13; }
p { color: rgb(242,188,19); }
H1.HeaderClassName
{
color: #F2BC13;
}
.AnyTagClassName
{
color: #F2BC13;
}
</style>
background-color css
<style>
a { background-color: #F2BC13; }
a { background-color: rgb(242,188,19); }
div.DivClassName
{
background-color: #F2BC13;
}
.BgClassName
{
background-color: #F2BC13;
}
</style>
border-color css
<style>
span { border-color: #F2BC13; }
span { border-color: rgb(242,188,19); }
td.TdClassName
{
border-color: #F2BC13;
}
.TagClassName
{
border-color: #F2BC13;
}
</style>