Shades of Moon Yellow #F5B51C
Tints of Moon Yellow #F5B51C
RGB
CMYK
RGB Variations
Color information
#F5B51C (or 0xF5B51C) is known color: Moon Yellow. HEX triplet: F5, B5 and 1C. RGB value is (245,181,28). Sum of RGB (Red+Green+Blue) = 245+181+28=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B51C is #0A4AE3. Grayscale: #B7B7B7. Windows color (decimal): -674532 or 1881589. OLE color: 1881589.
HSL color Cylindrical-coordinate representation of color #F5B51C: hue angle of 42.3º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5B51C is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 28 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.04 |
| HSL | 42.3º | 0.92% | 0.54% | - |
| HSV(B) | 42.3º | 0.89% | 0.96% | - |
| XYZ | 54.39 | 52.54 | 8.37 | - |
| YUV | 182.69 | 40.7 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 28 | 0 | 0.26 | 0.89 | 0.04 | 42.3 | 0.92 | 0.54 |
| Hex | F5 | B5 | 1C | 0 | 1A | 59 | 4 | 2A | 5C | 36 |
| Octal | 365 | 265 | 34 | 0 | 32 | 131 | 4 | 52 | 134 | 66 |
| Binary | 11110101 | 10110101 | 11100 | 0 | 11010 | 1011001 | 100 | 101010 | 1011100 | 110110 |
Color Harmonies of #F5B51C
Complementary color
Monochromatic Colors of #F5B51C
Black with #F5B51C
Text Example
Text Example
White with #F5B51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B51C; }
p { color: rgb(245,181,28); }
H1.HeaderClassName
{
color: #F5B51C;
}
.AnyTagClassName
{
color: #F5B51C;
}
</style>
background-color css
<style>
a { background-color: #F5B51C; }
a { background-color: rgb(245,181,28); }
div.DivClassName
{
background-color: #F5B51C;
}
.BgClassName
{
background-color: #F5B51C;
}
</style>
border-color css
<style>
span { border-color: #F5B51C; }
span { border-color: rgb(245,181,28); }
td.TdClassName
{
border-color: #F5B51C;
}
.TagClassName
{
border-color: #F5B51C;
}
</style>