Shades of Moon Yellow #F2C321
Tints of Moon Yellow #F2C321
RGB
CMYK
RGB Variations
Color information
#F2C321 (or 0xF2C321) is known color: Moon Yellow. HEX triplet: F2, C3 and 21. RGB value is (242,195,33). Sum of RGB (Red+Green+Blue) = 242+195+33=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C321 is #0D3CDE. Grayscale: #BFBFBF. Windows color (decimal): -867551 or 2212850. OLE color: 2212850.
HSL color Cylindrical-coordinate representation of color #F2C321: hue angle of 46.51º 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 #F2C321 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 33 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.05 |
| HSL | 46.51º | 0.89% | 0.54% | - |
| HSV(B) | 46.51º | 0.86% | 0.95% | - |
| XYZ | 56.41 | 58.02 | 9.66 | - |
| YUV | 190.59 | 39.07 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 33 | 0 | 0.19 | 0.86 | 0.05 | 46.51 | 0.89 | 0.54 |
| Hex | F2 | C3 | 21 | 0 | 13 | 56 | 5 | 2F | 59 | 36 |
| Octal | 362 | 303 | 41 | 0 | 23 | 126 | 5 | 57 | 131 | 66 |
| Binary | 11110010 | 11000011 | 100001 | 0 | 10011 | 1010110 | 101 | 101111 | 1011001 | 110110 |
Color Harmonies of #F2C321
Complementary color
Monochromatic Colors of #F2C321
Black with #F2C321
Text Example
Text Example
White with #F2C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C321; }
p { color: rgb(242,195,33); }
H1.HeaderClassName
{
color: #F2C321;
}
.AnyTagClassName
{
color: #F2C321;
}
</style>
background-color css
<style>
a { background-color: #F2C321; }
a { background-color: rgb(242,195,33); }
div.DivClassName
{
background-color: #F2C321;
}
.BgClassName
{
background-color: #F2C321;
}
</style>
border-color css
<style>
span { border-color: #F2C321; }
span { border-color: rgb(242,195,33); }
td.TdClassName
{
border-color: #F2C321;
}
.TagClassName
{
border-color: #F2C321;
}
</style>