Shades of Moon Yellow #F3BA14
Tints of Moon Yellow #F3BA14
RGB
CMYK
RGB Variations
Color information
#F3BA14 (or 0xF3BA14) is known color: Moon Yellow. HEX triplet: F3, BA and 14. RGB value is (243,186,20). Sum of RGB (Red+Green+Blue) = 243+186+20=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BA14 is #0C45EB. Grayscale: #B8B8B8. Windows color (decimal): -804332 or 1358579. OLE color: 1358579.
HSL color Cylindrical-coordinate representation of color #F3BA14: hue angle of 44.66º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3BA14 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.05 |
| HSL | 44.66º | 0.9% | 0.52% | - |
| HSV(B) | 44.66º | 0.92% | 0.95% | - |
| XYZ | 54.65 | 54.22 | 8.25 | - |
| YUV | 184.12 | 35.38 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 20 | 0 | 0.23 | 0.92 | 0.05 | 44.66 | 0.9 | 0.52 |
| Hex | F3 | BA | 14 | 0 | 17 | 5C | 5 | 2D | 5A | 34 |
| Octal | 363 | 272 | 24 | 0 | 27 | 134 | 5 | 55 | 132 | 64 |
| Binary | 11110011 | 10111010 | 10100 | 0 | 10111 | 1011100 | 101 | 101101 | 1011010 | 110100 |
Color Harmonies of #F3BA14
Complementary color
Monochromatic Colors of #F3BA14
Black with #F3BA14
Text Example
Text Example
White with #F3BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA14; }
p { color: rgb(243,186,20); }
H1.HeaderClassName
{
color: #F3BA14;
}
.AnyTagClassName
{
color: #F3BA14;
}
</style>
background-color css
<style>
a { background-color: #F3BA14; }
a { background-color: rgb(243,186,20); }
div.DivClassName
{
background-color: #F3BA14;
}
.BgClassName
{
background-color: #F3BA14;
}
</style>
border-color css
<style>
span { border-color: #F3BA14; }
span { border-color: rgb(243,186,20); }
td.TdClassName
{
border-color: #F3BA14;
}
.TagClassName
{
border-color: #F3BA14;
}
</style>