Shades of Moon Yellow #F2C626
Tints of Moon Yellow #F2C626
RGB
CMYK
RGB Variations
Color information
#F2C626 (or 0xF2C626) is known color: Moon Yellow. HEX triplet: F2, C6 and 26. RGB value is (242,198,38). Sum of RGB (Red+Green+Blue) = 242+198+38=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C626 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C626 is #0D39D9. Grayscale: #C1C1C1. Windows color (decimal): -866778 or 2541298. OLE color: 2541298.
HSL color Cylindrical-coordinate representation of color #F2C626: hue angle of 47.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2C626 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 38 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.05 |
| HSL | 47.06º | 0.89% | 0.55% | - |
| HSV(B) | 47.06º | 0.84% | 0.95% | - |
| XYZ | 57.16 | 59.41 | 10.29 | - |
| YUV | 192.92 | 40.58 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 38 | 0 | 0.18 | 0.84 | 0.05 | 47.06 | 0.89 | 0.55 |
| Hex | F2 | C6 | 26 | 0 | 12 | 54 | 5 | 2F | 59 | 37 |
| Octal | 362 | 306 | 46 | 0 | 22 | 124 | 5 | 57 | 131 | 67 |
| Binary | 11110010 | 11000110 | 100110 | 0 | 10010 | 1010100 | 101 | 101111 | 1011001 | 110111 |
Color Harmonies of #F2C626
Complementary color
Monochromatic Colors of #F2C626
Black with #F2C626
Text Example
Text Example
White with #F2C626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C626; }
p { color: rgb(242,198,38); }
H1.HeaderClassName
{
color: #F2C626;
}
.AnyTagClassName
{
color: #F2C626;
}
</style>
background-color css
<style>
a { background-color: #F2C626; }
a { background-color: rgb(242,198,38); }
div.DivClassName
{
background-color: #F2C626;
}
.BgClassName
{
background-color: #F2C626;
}
</style>
border-color css
<style>
span { border-color: #F2C626; }
span { border-color: rgb(242,198,38); }
td.TdClassName
{
border-color: #F2C626;
}
.TagClassName
{
border-color: #F2C626;
}
</style>