Shades of Moon Yellow #F2CB14
Tints of Moon Yellow #F2CB14
RGB
CMYK
RGB Variations
Color information
#F2CB14 (or 0xF2CB14) is known color: Moon Yellow. HEX triplet: F2, CB and 14. RGB value is (242,203,20). Sum of RGB (Red+Green+Blue) = 242+203+20=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CB14 is #0D34EB. Grayscale: #C2C2C2. Windows color (decimal): -865516 or 1362930. OLE color: 1362930.
HSL color Cylindrical-coordinate representation of color #F2CB14: hue angle of 49.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2CB14 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.05 |
| HSL | 49.46º | 0.9% | 0.51% | - |
| HSV(B) | 49.46º | 0.92% | 0.95% | - |
| XYZ | 58.1 | 61.64 | 9.5 | - |
| YUV | 193.8 | 29.92 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 20 | 0 | 0.16 | 0.92 | 0.05 | 49.46 | 0.9 | 0.51 |
| Hex | F2 | CB | 14 | 0 | 10 | 5C | 5 | 31 | 5A | 33 |
| Octal | 362 | 313 | 24 | 0 | 20 | 134 | 5 | 61 | 132 | 63 |
| Binary | 11110010 | 11001011 | 10100 | 0 | 10000 | 1011100 | 101 | 110001 | 1011010 | 110011 |
Color Harmonies of #F2CB14
Complementary color
Monochromatic Colors of #F2CB14
Black with #F2CB14
Text Example
Text Example
White with #F2CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB14; }
p { color: rgb(242,203,20); }
H1.HeaderClassName
{
color: #F2CB14;
}
.AnyTagClassName
{
color: #F2CB14;
}
</style>
background-color css
<style>
a { background-color: #F2CB14; }
a { background-color: rgb(242,203,20); }
div.DivClassName
{
background-color: #F2CB14;
}
.BgClassName
{
background-color: #F2CB14;
}
</style>
border-color css
<style>
span { border-color: #F2CB14; }
span { border-color: rgb(242,203,20); }
td.TdClassName
{
border-color: #F2CB14;
}
.TagClassName
{
border-color: #F2CB14;
}
</style>