Shades of Moon Yellow #F5BD18
Tints of Moon Yellow #F5BD18
RGB
CMYK
RGB Variations
Color information
#F5BD18 (or 0xF5BD18) is known color: Moon Yellow. HEX triplet: F5, BD and 18. RGB value is (245,189,24). Sum of RGB (Red+Green+Blue) = 245+189+24=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BD18 is #0A42E7. Grayscale: #BBBBBB. Windows color (decimal): -672488 or 1621493. OLE color: 1621493.
HSL color Cylindrical-coordinate representation of color #F5BD18: hue angle of 44.8º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5BD18 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 24 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.04 |
| HSL | 44.8º | 0.92% | 0.53% | - |
| HSV(B) | 44.8º | 0.9% | 0.96% | - |
| XYZ | 56.02 | 55.87 | 8.7 | - |
| YUV | 186.93 | 36.05 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 24 | 0 | 0.23 | 0.90 | 0.04 | 44.8 | 0.92 | 0.53 |
| Hex | F5 | BD | 18 | 0 | 17 | 5A | 4 | 2D | 5C | 35 |
| Octal | 365 | 275 | 30 | 0 | 27 | 132 | 4 | 55 | 134 | 65 |
| Binary | 11110101 | 10111101 | 11000 | 0 | 10111 | 1011010 | 100 | 101101 | 1011100 | 110101 |
Color Harmonies of #F5BD18
Complementary color
Monochromatic Colors of #F5BD18
Black with #F5BD18
Text Example
Text Example
White with #F5BD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD18; }
p { color: rgb(245,189,24); }
H1.HeaderClassName
{
color: #F5BD18;
}
.AnyTagClassName
{
color: #F5BD18;
}
</style>
background-color css
<style>
a { background-color: #F5BD18; }
a { background-color: rgb(245,189,24); }
div.DivClassName
{
background-color: #F5BD18;
}
.BgClassName
{
background-color: #F5BD18;
}
</style>
border-color css
<style>
span { border-color: #F5BD18; }
span { border-color: rgb(245,189,24); }
td.TdClassName
{
border-color: #F5BD18;
}
.TagClassName
{
border-color: #F5BD18;
}
</style>