Shades of Moon Yellow #F3BA1B
Tints of Moon Yellow #F3BA1B
RGB
CMYK
RGB Variations
Color information
#F3BA1B (or 0xF3BA1B) is known color: Moon Yellow. HEX triplet: F3, BA and 1B. RGB value is (243,186,27). Sum of RGB (Red+Green+Blue) = 243+186+27=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA1B is #0C45E4. Grayscale: #B9B9B9. Windows color (decimal): -804325 or 1817331. OLE color: 1817331.
HSL color Cylindrical-coordinate representation of color #F3BA1B: hue angle of 44.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3BA1B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 27 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.05 |
| HSL | 44.17º | 0.9% | 0.53% | - |
| HSV(B) | 44.17º | 0.89% | 0.95% | - |
| XYZ | 54.72 | 54.25 | 8.62 | - |
| YUV | 184.92 | 38.88 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 27 | 0 | 0.23 | 0.89 | 0.05 | 44.17 | 0.9 | 0.53 |
| Hex | F3 | BA | 1B | 0 | 17 | 59 | 5 | 2C | 5A | 35 |
| Octal | 363 | 272 | 33 | 0 | 27 | 131 | 5 | 54 | 132 | 65 |
| Binary | 11110011 | 10111010 | 11011 | 0 | 10111 | 1011001 | 101 | 101100 | 1011010 | 110101 |
Color Harmonies of #F3BA1B
Complementary color
Monochromatic Colors of #F3BA1B
Black with #F3BA1B
Text Example
Text Example
White with #F3BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA1B; }
p { color: rgb(243,186,27); }
H1.HeaderClassName
{
color: #F3BA1B;
}
.AnyTagClassName
{
color: #F3BA1B;
}
</style>
background-color css
<style>
a { background-color: #F3BA1B; }
a { background-color: rgb(243,186,27); }
div.DivClassName
{
background-color: #F3BA1B;
}
.BgClassName
{
background-color: #F3BA1B;
}
</style>
border-color css
<style>
span { border-color: #F3BA1B; }
span { border-color: rgb(243,186,27); }
td.TdClassName
{
border-color: #F3BA1B;
}
.TagClassName
{
border-color: #F3BA1B;
}
</style>