Shades of Moon Yellow #F5B41E
Tints of Moon Yellow #F5B41E
RGB
CMYK
RGB Variations
Color information
#F5B41E (or 0xF5B41E) is known color: Moon Yellow. HEX triplet: F5, B4 and 1E. RGB value is (245,180,30). Sum of RGB (Red+Green+Blue) = 245+180+30=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B41E is #0A4BE1. Grayscale: #B7B7B7. Windows color (decimal): -674786 or 2012405. OLE color: 2012405.
HSL color Cylindrical-coordinate representation of color #F5B41E: hue angle of 41.86º 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 #F5B41E is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 30 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.04 |
| HSL | 41.86º | 0.91% | 0.54% | - |
| HSV(B) | 41.86º | 0.88% | 0.96% | - |
| XYZ | 54.21 | 52.15 | 8.44 | - |
| YUV | 182.34 | 42.03 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 30 | 0 | 0.27 | 0.88 | 0.04 | 41.86 | 0.91 | 0.54 |
| Hex | F5 | B4 | 1E | 0 | 1B | 58 | 4 | 2A | 5B | 36 |
| Octal | 365 | 264 | 36 | 0 | 33 | 130 | 4 | 52 | 133 | 66 |
| Binary | 11110101 | 10110100 | 11110 | 0 | 11011 | 1011000 | 100 | 101010 | 1011011 | 110110 |
Color Harmonies of #F5B41E
Complementary color
Monochromatic Colors of #F5B41E
Black with #F5B41E
Text Example
Text Example
White with #F5B41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B41E; }
p { color: rgb(245,180,30); }
H1.HeaderClassName
{
color: #F5B41E;
}
.AnyTagClassName
{
color: #F5B41E;
}
</style>
background-color css
<style>
a { background-color: #F5B41E; }
a { background-color: rgb(245,180,30); }
div.DivClassName
{
background-color: #F5B41E;
}
.BgClassName
{
background-color: #F5B41E;
}
</style>
border-color css
<style>
span { border-color: #F5B41E; }
span { border-color: rgb(245,180,30); }
td.TdClassName
{
border-color: #F5B41E;
}
.TagClassName
{
border-color: #F5B41E;
}
</style>