Shades of Moon Yellow #F5BA21
Tints of Moon Yellow #F5BA21
RGB
CMYK
RGB Variations
Color information
#F5BA21 (or 0xF5BA21) is known color: Moon Yellow. HEX triplet: F5, BA and 21. RGB value is (245,186,33). Sum of RGB (Red+Green+Blue) = 245+186+33=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA21 is #0A45DE. Grayscale: #BABABA. Windows color (decimal): -673247 or 2210549. OLE color: 2210549.
HSL color Cylindrical-coordinate representation of color #F5BA21: hue angle of 43.3º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5BA21 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 33 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.04 |
| HSL | 43.3º | 0.91% | 0.55% | - |
| HSV(B) | 43.3º | 0.87% | 0.96% | - |
| XYZ | 55.49 | 54.64 | 9.06 | - |
| YUV | 186.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 33 | 0 | 0.24 | 0.87 | 0.04 | 43.3 | 0.91 | 0.55 |
| Hex | F5 | BA | 21 | 0 | 18 | 57 | 4 | 2B | 5B | 37 |
| Octal | 365 | 272 | 41 | 0 | 30 | 127 | 4 | 53 | 133 | 67 |
| Binary | 11110101 | 10111010 | 100001 | 0 | 11000 | 1010111 | 100 | 101011 | 1011011 | 110111 |
Color Harmonies of #F5BA21
Complementary color
Monochromatic Colors of #F5BA21
Black with #F5BA21
Text Example
Text Example
White with #F5BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA21; }
p { color: rgb(245,186,33); }
H1.HeaderClassName
{
color: #F5BA21;
}
.AnyTagClassName
{
color: #F5BA21;
}
</style>
background-color css
<style>
a { background-color: #F5BA21; }
a { background-color: rgb(245,186,33); }
div.DivClassName
{
background-color: #F5BA21;
}
.BgClassName
{
background-color: #F5BA21;
}
</style>
border-color css
<style>
span { border-color: #F5BA21; }
span { border-color: rgb(245,186,33); }
td.TdClassName
{
border-color: #F5BA21;
}
.TagClassName
{
border-color: #F5BA21;
}
</style>