Shades of Moon Yellow #F5BB14
Tints of Moon Yellow #F5BB14
RGB
CMYK
RGB Variations
Color information
#F5BB14 (or 0xF5BB14) is known color: Moon Yellow. HEX triplet: F5, BB and 14. RGB value is (245,187,20). Sum of RGB (Red+Green+Blue) = 245+187+20=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BB14 is #0A44EB. Grayscale: #BABABA. Windows color (decimal): -673004 or 1358837. OLE color: 1358837.
HSL color Cylindrical-coordinate representation of color #F5BB14: hue angle of 44.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5BB14 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.04 |
| HSL | 44.53º | 0.92% | 0.52% | - |
| HSV(B) | 44.53º | 0.92% | 0.96% | - |
| XYZ | 55.55 | 55 | 8.35 | - |
| YUV | 185.3 | 34.72 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 20 | 0 | 0.24 | 0.92 | 0.04 | 44.53 | 0.92 | 0.52 |
| Hex | F5 | BB | 14 | 0 | 18 | 5C | 4 | 2D | 5C | 34 |
| Octal | 365 | 273 | 24 | 0 | 30 | 134 | 4 | 55 | 134 | 64 |
| Binary | 11110101 | 10111011 | 10100 | 0 | 11000 | 1011100 | 100 | 101101 | 1011100 | 110100 |
Color Harmonies of #F5BB14
Complementary color
Monochromatic Colors of #F5BB14
Black with #F5BB14
Text Example
Text Example
White with #F5BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB14; }
p { color: rgb(245,187,20); }
H1.HeaderClassName
{
color: #F5BB14;
}
.AnyTagClassName
{
color: #F5BB14;
}
</style>
background-color css
<style>
a { background-color: #F5BB14; }
a { background-color: rgb(245,187,20); }
div.DivClassName
{
background-color: #F5BB14;
}
.BgClassName
{
background-color: #F5BB14;
}
</style>
border-color css
<style>
span { border-color: #F5BB14; }
span { border-color: rgb(245,187,20); }
td.TdClassName
{
border-color: #F5BB14;
}
.TagClassName
{
border-color: #F5BB14;
}
</style>