Shades of Moon Yellow #F2CB12
Tints of Moon Yellow #F2CB12
RGB
CMYK
RGB Variations
Color information
#F2CB12 (or 0xF2CB12) is known color: Moon Yellow. HEX triplet: F2, CB and 12. RGB value is (242,203,18). Sum of RGB (Red+Green+Blue) = 242+203+18=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CB12 is #0D34ED. Grayscale: #C2C2C2. Windows color (decimal): -865518 or 1231858. OLE color: 1231858.
HSL color Cylindrical-coordinate representation of color #F2CB12: hue angle of 49.55º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2CB12 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 18 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.05 |
| HSL | 49.55º | 0.9% | 0.51% | - |
| HSV(B) | 49.55º | 0.93% | 0.95% | - |
| XYZ | 58.08 | 61.63 | 9.41 | - |
| YUV | 193.57 | 28.92 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 18 | 0 | 0.16 | 0.93 | 0.05 | 49.55 | 0.9 | 0.51 |
| Hex | F2 | CB | 12 | 0 | 10 | 5D | 5 | 32 | 5A | 33 |
| Octal | 362 | 313 | 22 | 0 | 20 | 135 | 5 | 62 | 132 | 63 |
| Binary | 11110010 | 11001011 | 10010 | 0 | 10000 | 1011101 | 101 | 110010 | 1011010 | 110011 |
Color Harmonies of #F2CB12
Complementary color
Monochromatic Colors of #F2CB12
Black with #F2CB12
Text Example
Text Example
White with #F2CB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB12; }
p { color: rgb(242,203,18); }
H1.HeaderClassName
{
color: #F2CB12;
}
.AnyTagClassName
{
color: #F2CB12;
}
</style>
background-color css
<style>
a { background-color: #F2CB12; }
a { background-color: rgb(242,203,18); }
div.DivClassName
{
background-color: #F2CB12;
}
.BgClassName
{
background-color: #F2CB12;
}
</style>
border-color css
<style>
span { border-color: #F2CB12; }
span { border-color: rgb(242,203,18); }
td.TdClassName
{
border-color: #F2CB12;
}
.TagClassName
{
border-color: #F2CB12;
}
</style>