Shades of Moon Yellow #F5B922
Tints of Moon Yellow #F5B922
RGB
CMYK
RGB Variations
Color information
#F5B922 (or 0xF5B922) is known color: Moon Yellow. HEX triplet: F5, B9 and 22. RGB value is (245,185,34). Sum of RGB (Red+Green+Blue) = 245+185+34=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B922 is #0A46DD. Grayscale: #BABABA. Windows color (decimal): -673502 or 2275829. OLE color: 2275829.
HSL color Cylindrical-coordinate representation of color #F5B922: hue angle of 42.94º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5B922 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 34 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.04 |
| HSL | 42.94º | 0.91% | 0.55% | - |
| HSV(B) | 42.94º | 0.86% | 0.96% | - |
| XYZ | 55.29 | 54.23 | 9.07 | - |
| YUV | 185.73 | 42.38 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 34 | 0 | 0.24 | 0.86 | 0.04 | 42.94 | 0.91 | 0.55 |
| Hex | F5 | B9 | 22 | 0 | 18 | 56 | 4 | 2B | 5B | 37 |
| Octal | 365 | 271 | 42 | 0 | 30 | 126 | 4 | 53 | 133 | 67 |
| Binary | 11110101 | 10111001 | 100010 | 0 | 11000 | 1010110 | 100 | 101011 | 1011011 | 110111 |
Color Harmonies of #F5B922
Complementary color
Monochromatic Colors of #F5B922
Black with #F5B922
Text Example
Text Example
White with #F5B922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B922; }
p { color: rgb(245,185,34); }
H1.HeaderClassName
{
color: #F5B922;
}
.AnyTagClassName
{
color: #F5B922;
}
</style>
background-color css
<style>
a { background-color: #F5B922; }
a { background-color: rgb(245,185,34); }
div.DivClassName
{
background-color: #F5B922;
}
.BgClassName
{
background-color: #F5B922;
}
</style>
border-color css
<style>
span { border-color: #F5B922; }
span { border-color: rgb(245,185,34); }
td.TdClassName
{
border-color: #F5B922;
}
.TagClassName
{
border-color: #F5B922;
}
</style>