Shades of Moon Yellow #F3CA12
Tints of Moon Yellow #F3CA12
RGB
CMYK
RGB Variations
Color information
#F3CA12 (or 0xF3CA12) is known color: Moon Yellow. HEX triplet: F3, CA and 12. RGB value is (243,202,18). Sum of RGB (Red+Green+Blue) = 243+202+18=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3CA12 is #0C35ED. Grayscale: #C2C2C2. Windows color (decimal): -800238 or 1231603. OLE color: 1231603.
HSL color Cylindrical-coordinate representation of color #F3CA12: hue angle of 49.07º 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 #F3CA12 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 18 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.05 |
| HSL | 49.07º | 0.9% | 0.51% | - |
| HSV(B) | 49.07º | 0.93% | 0.95% | - |
| XYZ | 58.19 | 61.34 | 9.34 | - |
| YUV | 193.28 | 29.08 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 18 | 0 | 0.17 | 0.93 | 0.05 | 49.07 | 0.9 | 0.51 |
| Hex | F3 | CA | 12 | 0 | 11 | 5D | 5 | 31 | 5A | 33 |
| Octal | 363 | 312 | 22 | 0 | 21 | 135 | 5 | 61 | 132 | 63 |
| Binary | 11110011 | 11001010 | 10010 | 0 | 10001 | 1011101 | 101 | 110001 | 1011010 | 110011 |
Color Harmonies of #F3CA12
Complementary color
Monochromatic Colors of #F3CA12
Black with #F3CA12
Text Example
Text Example
White with #F3CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CA12; }
p { color: rgb(243,202,18); }
H1.HeaderClassName
{
color: #F3CA12;
}
.AnyTagClassName
{
color: #F3CA12;
}
</style>
background-color css
<style>
a { background-color: #F3CA12; }
a { background-color: rgb(243,202,18); }
div.DivClassName
{
background-color: #F3CA12;
}
.BgClassName
{
background-color: #F3CA12;
}
</style>
border-color css
<style>
span { border-color: #F3CA12; }
span { border-color: rgb(243,202,18); }
td.TdClassName
{
border-color: #F3CA12;
}
.TagClassName
{
border-color: #F3CA12;
}
</style>