Shades of Moon Yellow #F5BD16
Tints of Moon Yellow #F5BD16
RGB
CMYK
RGB Variations
Color information
#F5BD16 (or 0xF5BD16) is known color: Moon Yellow. HEX triplet: F5, BD and 16. RGB value is (245,189,22). Sum of RGB (Red+Green+Blue) = 245+189+22=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BD16 is #0A42E9. Grayscale: #BBBBBB. Windows color (decimal): -672490 or 1490421. OLE color: 1490421.
HSL color Cylindrical-coordinate representation of color #F5BD16: hue angle of 44.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5BD16 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 22 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.04 |
| HSL | 44.93º | 0.92% | 0.52% | - |
| HSV(B) | 44.93º | 0.91% | 0.96% | - |
| XYZ | 56 | 55.87 | 8.59 | - |
| YUV | 186.71 | 35.05 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 22 | 0 | 0.23 | 0.91 | 0.04 | 44.93 | 0.92 | 0.52 |
| Hex | F5 | BD | 16 | 0 | 17 | 5B | 4 | 2D | 5C | 34 |
| Octal | 365 | 275 | 26 | 0 | 27 | 133 | 4 | 55 | 134 | 64 |
| Binary | 11110101 | 10111101 | 10110 | 0 | 10111 | 1011011 | 100 | 101101 | 1011100 | 110100 |
Color Harmonies of #F5BD16
Complementary color
Monochromatic Colors of #F5BD16
Black with #F5BD16
Text Example
Text Example
White with #F5BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD16; }
p { color: rgb(245,189,22); }
H1.HeaderClassName
{
color: #F5BD16;
}
.AnyTagClassName
{
color: #F5BD16;
}
</style>
background-color css
<style>
a { background-color: #F5BD16; }
a { background-color: rgb(245,189,22); }
div.DivClassName
{
background-color: #F5BD16;
}
.BgClassName
{
background-color: #F5BD16;
}
</style>
border-color css
<style>
span { border-color: #F5BD16; }
span { border-color: rgb(245,189,22); }
td.TdClassName
{
border-color: #F5BD16;
}
.TagClassName
{
border-color: #F5BD16;
}
</style>