Shades of Moon Yellow #F2C423
Tints of Moon Yellow #F2C423
RGB
CMYK
RGB Variations
Color information
#F2C423 (or 0xF2C423) is known color: Moon Yellow. HEX triplet: F2, C4 and 23. RGB value is (242,196,35). Sum of RGB (Red+Green+Blue) = 242+196+35=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 35 (14.06% from 255 or 7.40% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C423 is #0D3BDC. Grayscale: #C0C0C0. Windows color (decimal): -867293 or 2344178. OLE color: 2344178.
HSL color Cylindrical-coordinate representation of color #F2C423: hue angle of 46.67º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2C423 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 35 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.05 |
| HSL | 46.67º | 0.89% | 0.54% | - |
| HSV(B) | 46.67º | 0.86% | 0.95% | - |
| XYZ | 56.66 | 58.48 | 9.89 | - |
| YUV | 191.4 | 39.74 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 35 | 0 | 0.19 | 0.86 | 0.05 | 46.67 | 0.89 | 0.54 |
| Hex | F2 | C4 | 23 | 0 | 13 | 56 | 5 | 2F | 59 | 36 |
| Octal | 362 | 304 | 43 | 0 | 23 | 126 | 5 | 57 | 131 | 66 |
| Binary | 11110010 | 11000100 | 100011 | 0 | 10011 | 1010110 | 101 | 101111 | 1011001 | 110110 |
Color Harmonies of #F2C423
Complementary color
Monochromatic Colors of #F2C423
Black with #F2C423
Text Example
Text Example
White with #F2C423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C423; }
p { color: rgb(242,196,35); }
H1.HeaderClassName
{
color: #F2C423;
}
.AnyTagClassName
{
color: #F2C423;
}
</style>
background-color css
<style>
a { background-color: #F2C423; }
a { background-color: rgb(242,196,35); }
div.DivClassName
{
background-color: #F2C423;
}
.BgClassName
{
background-color: #F2C423;
}
</style>
border-color css
<style>
span { border-color: #F2C423; }
span { border-color: rgb(242,196,35); }
td.TdClassName
{
border-color: #F2C423;
}
.TagClassName
{
border-color: #F2C423;
}
</style>