Shades of Moon Yellow #F5B91D
Tints of Moon Yellow #F5B91D
RGB
CMYK
RGB Variations
Color information
#F5B91D (or 0xF5B91D) is known color: Moon Yellow. HEX triplet: F5, B9 and 1D. RGB value is (245,185,29). Sum of RGB (Red+Green+Blue) = 245+185+29=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B91D is #0A46E2. Grayscale: #B9B9B9. Windows color (decimal): -673507 or 1948149. OLE color: 1948149.
HSL color Cylindrical-coordinate representation of color #F5B91D: hue angle of 43.33º degrees, saturation: 0.92, 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 #F5B91D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 29 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.04 |
| HSL | 43.33º | 0.92% | 0.54% | - |
| HSV(B) | 43.33º | 0.88% | 0.96% | - |
| XYZ | 55.23 | 54.2 | 8.71 | - |
| YUV | 185.16 | 39.88 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 29 | 0 | 0.24 | 0.88 | 0.04 | 43.33 | 0.92 | 0.54 |
| Hex | F5 | B9 | 1D | 0 | 18 | 58 | 4 | 2B | 5C | 36 |
| Octal | 365 | 271 | 35 | 0 | 30 | 130 | 4 | 53 | 134 | 66 |
| Binary | 11110101 | 10111001 | 11101 | 0 | 11000 | 1011000 | 100 | 101011 | 1011100 | 110110 |
Color Harmonies of #F5B91D
Complementary color
Monochromatic Colors of #F5B91D
Black with #F5B91D
Text Example
Text Example
White with #F5B91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B91D; }
p { color: rgb(245,185,29); }
H1.HeaderClassName
{
color: #F5B91D;
}
.AnyTagClassName
{
color: #F5B91D;
}
</style>
background-color css
<style>
a { background-color: #F5B91D; }
a { background-color: rgb(245,185,29); }
div.DivClassName
{
background-color: #F5B91D;
}
.BgClassName
{
background-color: #F5B91D;
}
</style>
border-color css
<style>
span { border-color: #F5B91D; }
span { border-color: rgb(245,185,29); }
td.TdClassName
{
border-color: #F5B91D;
}
.TagClassName
{
border-color: #F5B91D;
}
</style>