Shades of Moon Yellow #F3BD13
Tints of Moon Yellow #F3BD13
RGB
CMYK
RGB Variations
Color information
#F3BD13 (or 0xF3BD13) is known color: Moon Yellow. HEX triplet: F3, BD and 13. RGB value is (243,189,19). Sum of RGB (Red+Green+Blue) = 243+189+19=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BD13 is #0C42EC. Grayscale: #BABABA. Windows color (decimal): -803565 or 1293811. OLE color: 1293811.
HSL color Cylindrical-coordinate representation of color #F3BD13: hue angle of 45.54º 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 #F3BD13 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 19 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.05 |
| HSL | 45.54º | 0.9% | 0.51% | - |
| HSV(B) | 45.54º | 0.92% | 0.95% | - |
| XYZ | 55.28 | 55.5 | 8.41 | - |
| YUV | 185.77 | 33.89 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 19 | 0 | 0.22 | 0.92 | 0.05 | 45.54 | 0.9 | 0.51 |
| Hex | F3 | BD | 13 | 0 | 16 | 5C | 5 | 2E | 5A | 33 |
| Octal | 363 | 275 | 23 | 0 | 26 | 134 | 5 | 56 | 132 | 63 |
| Binary | 11110011 | 10111101 | 10011 | 0 | 10110 | 1011100 | 101 | 101110 | 1011010 | 110011 |
Color Harmonies of #F3BD13
Complementary color
Monochromatic Colors of #F3BD13
Black with #F3BD13
Text Example
Text Example
White with #F3BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BD13; }
p { color: rgb(243,189,19); }
H1.HeaderClassName
{
color: #F3BD13;
}
.AnyTagClassName
{
color: #F3BD13;
}
</style>
background-color css
<style>
a { background-color: #F3BD13; }
a { background-color: rgb(243,189,19); }
div.DivClassName
{
background-color: #F3BD13;
}
.BgClassName
{
background-color: #F3BD13;
}
</style>
border-color css
<style>
span { border-color: #F3BD13; }
span { border-color: rgb(243,189,19); }
td.TdClassName
{
border-color: #F3BD13;
}
.TagClassName
{
border-color: #F3BD13;
}
</style>