Shades of Moon Yellow #F3CC12
Tints of Moon Yellow #F3CC12
RGB
CMYK
RGB Variations
Color information
#F3CC12 (or 0xF3CC12) is known color: Moon Yellow. HEX triplet: F3, CC and 12. RGB value is (243,204,18). Sum of RGB (Red+Green+Blue) = 243+204+18=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3CC12 is #0C33ED. Grayscale: #C3C3C3. Windows color (decimal): -799726 or 1232115. OLE color: 1232115.
HSL color Cylindrical-coordinate representation of color #F3CC12: hue angle of 49.6º 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 #F3CC12 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 18 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.05 |
| HSL | 49.6º | 0.9% | 0.51% | - |
| HSV(B) | 49.6º | 0.93% | 0.95% | - |
| XYZ | 58.66 | 62.28 | 9.5 | - |
| YUV | 194.46 | 28.42 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 18 | 0 | 0.16 | 0.93 | 0.05 | 49.6 | 0.9 | 0.51 |
| Hex | F3 | CC | 12 | 0 | 10 | 5D | 5 | 32 | 5A | 33 |
| Octal | 363 | 314 | 22 | 0 | 20 | 135 | 5 | 62 | 132 | 63 |
| Binary | 11110011 | 11001100 | 10010 | 0 | 10000 | 1011101 | 101 | 110010 | 1011010 | 110011 |
Color Harmonies of #F3CC12
Complementary color
Monochromatic Colors of #F3CC12
Black with #F3CC12
Text Example
Text Example
White with #F3CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CC12; }
p { color: rgb(243,204,18); }
H1.HeaderClassName
{
color: #F3CC12;
}
.AnyTagClassName
{
color: #F3CC12;
}
</style>
background-color css
<style>
a { background-color: #F3CC12; }
a { background-color: rgb(243,204,18); }
div.DivClassName
{
background-color: #F3CC12;
}
.BgClassName
{
background-color: #F3CC12;
}
</style>
border-color css
<style>
span { border-color: #F3CC12; }
span { border-color: rgb(243,204,18); }
td.TdClassName
{
border-color: #F3CC12;
}
.TagClassName
{
border-color: #F3CC12;
}
</style>