Shades of Moon Yellow #F5B916
Tints of Moon Yellow #F5B916
RGB
CMYK
RGB Variations
Color information
#F5B916 (or 0xF5B916) is known color: Moon Yellow. HEX triplet: F5, B9 and 16. RGB value is (245,185,22). Sum of RGB (Red+Green+Blue) = 245+185+22=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B916 is #0A46E9. Grayscale: #B9B9B9. Windows color (decimal): -673514 or 1489397. OLE color: 1489397.
HSL color Cylindrical-coordinate representation of color #F5B916: hue angle of 43.86º 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 #F5B916 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.04 |
| HSL | 43.86º | 0.92% | 0.52% | - |
| HSV(B) | 43.86º | 0.91% | 0.96% | - |
| XYZ | 55.15 | 54.17 | 8.31 | - |
| YUV | 184.36 | 36.38 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 22 | 0 | 0.24 | 0.91 | 0.04 | 43.86 | 0.92 | 0.52 |
| Hex | F5 | B9 | 16 | 0 | 18 | 5B | 4 | 2C | 5C | 34 |
| Octal | 365 | 271 | 26 | 0 | 30 | 133 | 4 | 54 | 134 | 64 |
| Binary | 11110101 | 10111001 | 10110 | 0 | 11000 | 1011011 | 100 | 101100 | 1011100 | 110100 |
Color Harmonies of #F5B916
Complementary color
Monochromatic Colors of #F5B916
Black with #F5B916
Text Example
Text Example
White with #F5B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B916; }
p { color: rgb(245,185,22); }
H1.HeaderClassName
{
color: #F5B916;
}
.AnyTagClassName
{
color: #F5B916;
}
</style>
background-color css
<style>
a { background-color: #F5B916; }
a { background-color: rgb(245,185,22); }
div.DivClassName
{
background-color: #F5B916;
}
.BgClassName
{
background-color: #F5B916;
}
</style>
border-color css
<style>
span { border-color: #F5B916; }
span { border-color: rgb(245,185,22); }
td.TdClassName
{
border-color: #F5B916;
}
.TagClassName
{
border-color: #F5B916;
}
</style>