Shades of Moon Yellow #F3BA1F
Tints of Moon Yellow #F3BA1F
RGB
CMYK
RGB Variations
Color information
#F3BA1F (or 0xF3BA1F) is known color: Moon Yellow. HEX triplet: F3, BA and 1F. RGB value is (243,186,31). Sum of RGB (Red+Green+Blue) = 243+186+31=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA1F is #0C45E0. Grayscale: #BABABA. Windows color (decimal): -804321 or 2079475. OLE color: 2079475.
HSL color Cylindrical-coordinate representation of color #F3BA1F: hue angle of 43.87º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3BA1F is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 31 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.05 |
| HSL | 43.87º | 0.9% | 0.54% | - |
| HSV(B) | 43.87º | 0.87% | 0.95% | - |
| XYZ | 54.77 | 54.27 | 8.89 | - |
| YUV | 185.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 31 | 0 | 0.23 | 0.87 | 0.05 | 43.87 | 0.9 | 0.54 |
| Hex | F3 | BA | 1F | 0 | 17 | 57 | 5 | 2C | 5A | 36 |
| Octal | 363 | 272 | 37 | 0 | 27 | 127 | 5 | 54 | 132 | 66 |
| Binary | 11110011 | 10111010 | 11111 | 0 | 10111 | 1010111 | 101 | 101100 | 1011010 | 110110 |
Color Harmonies of #F3BA1F
Complementary color
Monochromatic Colors of #F3BA1F
Black with #F3BA1F
Text Example
Text Example
White with #F3BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA1F; }
p { color: rgb(243,186,31); }
H1.HeaderClassName
{
color: #F3BA1F;
}
.AnyTagClassName
{
color: #F3BA1F;
}
</style>
background-color css
<style>
a { background-color: #F3BA1F; }
a { background-color: rgb(243,186,31); }
div.DivClassName
{
background-color: #F3BA1F;
}
.BgClassName
{
background-color: #F3BA1F;
}
</style>
border-color css
<style>
span { border-color: #F3BA1F; }
span { border-color: rgb(243,186,31); }
td.TdClassName
{
border-color: #F3BA1F;
}
.TagClassName
{
border-color: #F3BA1F;
}
</style>