Shades of Moon Yellow #F5BB1E
Tints of Moon Yellow #F5BB1E
RGB
CMYK
RGB Variations
Color information
#F5BB1E (or 0xF5BB1E) is known color: Moon Yellow. HEX triplet: F5, BB and 1E. RGB value is (245,187,30). Sum of RGB (Red+Green+Blue) = 245+187+30=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BB1E is #0A44E1. Grayscale: #BBBBBB. Windows color (decimal): -672994 or 2014197. OLE color: 2014197.
HSL color Cylindrical-coordinate representation of color #F5BB1E: hue angle of 43.81º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5BB1E is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 30 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.04 |
| HSL | 43.81º | 0.91% | 0.54% | - |
| HSV(B) | 43.81º | 0.88% | 0.96% | - |
| XYZ | 55.66 | 55.05 | 8.92 | - |
| YUV | 186.44 | 39.72 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 30 | 0 | 0.24 | 0.88 | 0.04 | 43.81 | 0.91 | 0.54 |
| Hex | F5 | BB | 1E | 0 | 18 | 58 | 4 | 2C | 5B | 36 |
| Octal | 365 | 273 | 36 | 0 | 30 | 130 | 4 | 54 | 133 | 66 |
| Binary | 11110101 | 10111011 | 11110 | 0 | 11000 | 1011000 | 100 | 101100 | 1011011 | 110110 |
Color Harmonies of #F5BB1E
Complementary color
Monochromatic Colors of #F5BB1E
Black with #F5BB1E
Text Example
Text Example
White with #F5BB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB1E; }
p { color: rgb(245,187,30); }
H1.HeaderClassName
{
color: #F5BB1E;
}
.AnyTagClassName
{
color: #F5BB1E;
}
</style>
background-color css
<style>
a { background-color: #F5BB1E; }
a { background-color: rgb(245,187,30); }
div.DivClassName
{
background-color: #F5BB1E;
}
.BgClassName
{
background-color: #F5BB1E;
}
</style>
border-color css
<style>
span { border-color: #F5BB1E; }
span { border-color: rgb(245,187,30); }
td.TdClassName
{
border-color: #F5BB1E;
}
.TagClassName
{
border-color: #F5BB1E;
}
</style>