Shades of Moon Yellow #F3C012
Tints of Moon Yellow #F3C012
RGB
CMYK
RGB Variations
Color information
#F3C012 (or 0xF3C012) is known color: Moon Yellow. HEX triplet: F3, C0 and 12. RGB value is (243,192,18). Sum of RGB (Red+Green+Blue) = 243+192+18=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C012 is #0C3FED. Grayscale: #BCBCBC. Windows color (decimal): -802798 or 1229043. OLE color: 1229043.
HSL color Cylindrical-coordinate representation of color #F3C012: hue angle of 46.4º 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 #F3C012 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 18 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.05 |
| HSL | 46.4º | 0.9% | 0.51% | - |
| HSV(B) | 46.4º | 0.93% | 0.95% | - |
| XYZ | 55.92 | 56.8 | 8.59 | - |
| YUV | 187.41 | 32.4 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 18 | 0 | 0.21 | 0.93 | 0.05 | 46.4 | 0.9 | 0.51 |
| Hex | F3 | C0 | 12 | 0 | 15 | 5D | 5 | 2E | 5A | 33 |
| Octal | 363 | 300 | 22 | 0 | 25 | 135 | 5 | 56 | 132 | 63 |
| Binary | 11110011 | 11000000 | 10010 | 0 | 10101 | 1011101 | 101 | 101110 | 1011010 | 110011 |
Color Harmonies of #F3C012
Complementary color
Monochromatic Colors of #F3C012
Black with #F3C012
Text Example
Text Example
White with #F3C012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C012; }
p { color: rgb(243,192,18); }
H1.HeaderClassName
{
color: #F3C012;
}
.AnyTagClassName
{
color: #F3C012;
}
</style>
background-color css
<style>
a { background-color: #F3C012; }
a { background-color: rgb(243,192,18); }
div.DivClassName
{
background-color: #F3C012;
}
.BgClassName
{
background-color: #F3C012;
}
</style>
border-color css
<style>
span { border-color: #F3C012; }
span { border-color: rgb(243,192,18); }
td.TdClassName
{
border-color: #F3C012;
}
.TagClassName
{
border-color: #F3C012;
}
</style>