Shades of Moon Yellow #F5B519
Tints of Moon Yellow #F5B519
RGB
CMYK
RGB Variations
Color information
#F5B519 (or 0xF5B519) is known color: Moon Yellow. HEX triplet: F5, B5 and 19. RGB value is (245,181,25). Sum of RGB (Red+Green+Blue) = 245+181+25=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B519 is #0A4AE6. Grayscale: #B7B7B7. Windows color (decimal): -674535 or 1684981. OLE color: 1684981.
HSL color Cylindrical-coordinate representation of color #F5B519: hue angle of 42.55º 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 #F5B519 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 25 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.04 |
| HSL | 42.55º | 0.92% | 0.53% | - |
| HSV(B) | 42.55º | 0.9% | 0.96% | - |
| XYZ | 54.36 | 52.53 | 8.19 | - |
| YUV | 182.35 | 39.2 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 25 | 0 | 0.26 | 0.90 | 0.04 | 42.55 | 0.92 | 0.53 |
| Hex | F5 | B5 | 19 | 0 | 1A | 5A | 4 | 2B | 5C | 35 |
| Octal | 365 | 265 | 31 | 0 | 32 | 132 | 4 | 53 | 134 | 65 |
| Binary | 11110101 | 10110101 | 11001 | 0 | 11010 | 1011010 | 100 | 101011 | 1011100 | 110101 |
Color Harmonies of #F5B519
Complementary color
Monochromatic Colors of #F5B519
Black with #F5B519
Text Example
Text Example
White with #F5B519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B519; }
p { color: rgb(245,181,25); }
H1.HeaderClassName
{
color: #F5B519;
}
.AnyTagClassName
{
color: #F5B519;
}
</style>
background-color css
<style>
a { background-color: #F5B519; }
a { background-color: rgb(245,181,25); }
div.DivClassName
{
background-color: #F5B519;
}
.BgClassName
{
background-color: #F5B519;
}
</style>
border-color css
<style>
span { border-color: #F5B519; }
span { border-color: rgb(245,181,25); }
td.TdClassName
{
border-color: #F5B519;
}
.TagClassName
{
border-color: #F5B519;
}
</style>