Shades of Moon Yellow #F0C526
Tints of Moon Yellow #F0C526
RGB
CMYK
RGB Variations
Color information
#F0C526 (or 0xF0C526) is known color: Moon Yellow. HEX triplet: F0, C5 and 26. RGB value is (240,197,38). Sum of RGB (Red+Green+Blue) = 240+197+38=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 38 (15.23% from 255 or 8% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C526 is #0F3AD9. Grayscale: #C0C0C0. Windows color (decimal): -998106 or 2541040. OLE color: 2541040.
HSL color Cylindrical-coordinate representation of color #F0C526: hue angle of 47.23º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0C526 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 38 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.06 |
| HSL | 47.23º | 0.87% | 0.55% | - |
| HSV(B) | 47.23º | 0.84% | 0.94% | - |
| XYZ | 56.25 | 58.6 | 10.18 | - |
| YUV | 191.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 38 | 0 | 0.18 | 0.84 | 0.06 | 47.23 | 0.87 | 0.55 |
| Hex | F0 | C5 | 26 | 0 | 12 | 54 | 6 | 2F | 57 | 37 |
| Octal | 360 | 305 | 46 | 0 | 22 | 124 | 6 | 57 | 127 | 67 |
| Binary | 11110000 | 11000101 | 100110 | 0 | 10010 | 1010100 | 110 | 101111 | 1010111 | 110111 |
Color Harmonies of #F0C526
Complementary color
Monochromatic Colors of #F0C526
Black with #F0C526
Text Example
Text Example
White with #F0C526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C526; }
p { color: rgb(240,197,38); }
H1.HeaderClassName
{
color: #F0C526;
}
.AnyTagClassName
{
color: #F0C526;
}
</style>
background-color css
<style>
a { background-color: #F0C526; }
a { background-color: rgb(240,197,38); }
div.DivClassName
{
background-color: #F0C526;
}
.BgClassName
{
background-color: #F0C526;
}
</style>
border-color css
<style>
span { border-color: #F0C526; }
span { border-color: rgb(240,197,38); }
td.TdClassName
{
border-color: #F0C526;
}
.TagClassName
{
border-color: #F0C526;
}
</style>