Shades of Moon Yellow #F5BB16
Tints of Moon Yellow #F5BB16
RGB
CMYK
RGB Variations
Color information
#F5BB16 (or 0xF5BB16) is known color: Moon Yellow. HEX triplet: F5, BB and 16. RGB value is (245,187,22). Sum of RGB (Red+Green+Blue) = 245+187+22=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BB16 is #0A44E9. Grayscale: #BABABA. Windows color (decimal): -673002 or 1489909. OLE color: 1489909.
HSL color Cylindrical-coordinate representation of color #F5BB16: hue angle of 44.39º 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 #F5BB16 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.04 |
| HSL | 44.39º | 0.92% | 0.52% | - |
| HSV(B) | 44.39º | 0.91% | 0.96% | - |
| XYZ | 55.57 | 55.01 | 8.45 | - |
| YUV | 185.53 | 35.72 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 22 | 0 | 0.24 | 0.91 | 0.04 | 44.39 | 0.92 | 0.52 |
| Hex | F5 | BB | 16 | 0 | 18 | 5B | 4 | 2C | 5C | 34 |
| Octal | 365 | 273 | 26 | 0 | 30 | 133 | 4 | 54 | 134 | 64 |
| Binary | 11110101 | 10111011 | 10110 | 0 | 11000 | 1011011 | 100 | 101100 | 1011100 | 110100 |
Color Harmonies of #F5BB16
Complementary color
Monochromatic Colors of #F5BB16
Black with #F5BB16
Text Example
Text Example
White with #F5BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB16; }
p { color: rgb(245,187,22); }
H1.HeaderClassName
{
color: #F5BB16;
}
.AnyTagClassName
{
color: #F5BB16;
}
</style>
background-color css
<style>
a { background-color: #F5BB16; }
a { background-color: rgb(245,187,22); }
div.DivClassName
{
background-color: #F5BB16;
}
.BgClassName
{
background-color: #F5BB16;
}
</style>
border-color css
<style>
span { border-color: #F5BB16; }
span { border-color: rgb(245,187,22); }
td.TdClassName
{
border-color: #F5BB16;
}
.TagClassName
{
border-color: #F5BB16;
}
</style>