Shades of Moon Yellow #F3BA13
Tints of Moon Yellow #F3BA13
RGB
CMYK
RGB Variations
Color information
#F3BA13 (or 0xF3BA13) is known color: Moon Yellow. HEX triplet: F3, BA and 13. RGB value is (243,186,19). Sum of RGB (Red+Green+Blue) = 243+186+19=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BA13 is #0C45EC. Grayscale: #B8B8B8. Windows color (decimal): -804333 or 1293043. OLE color: 1293043.
HSL color Cylindrical-coordinate representation of color #F3BA13: hue angle of 44.73º 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 #F3BA13 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 19 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.05 |
| HSL | 44.73º | 0.9% | 0.51% | - |
| HSV(B) | 44.73º | 0.92% | 0.95% | - |
| XYZ | 54.64 | 54.22 | 8.2 | - |
| YUV | 184.01 | 34.88 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 19 | 0 | 0.23 | 0.92 | 0.05 | 44.73 | 0.9 | 0.51 |
| Hex | F3 | BA | 13 | 0 | 17 | 5C | 5 | 2D | 5A | 33 |
| Octal | 363 | 272 | 23 | 0 | 27 | 134 | 5 | 55 | 132 | 63 |
| Binary | 11110011 | 10111010 | 10011 | 0 | 10111 | 1011100 | 101 | 101101 | 1011010 | 110011 |
Color Harmonies of #F3BA13
Complementary color
Monochromatic Colors of #F3BA13
Black with #F3BA13
Text Example
Text Example
White with #F3BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA13; }
p { color: rgb(243,186,19); }
H1.HeaderClassName
{
color: #F3BA13;
}
.AnyTagClassName
{
color: #F3BA13;
}
</style>
background-color css
<style>
a { background-color: #F3BA13; }
a { background-color: rgb(243,186,19); }
div.DivClassName
{
background-color: #F3BA13;
}
.BgClassName
{
background-color: #F3BA13;
}
</style>
border-color css
<style>
span { border-color: #F3BA13; }
span { border-color: rgb(243,186,19); }
td.TdClassName
{
border-color: #F3BA13;
}
.TagClassName
{
border-color: #F3BA13;
}
</style>