Shades of Moon Yellow #F5BF1E
Tints of Moon Yellow #F5BF1E
RGB
CMYK
RGB Variations
Color information
#F5BF1E (or 0xF5BF1E) is known color: Moon Yellow. HEX triplet: F5, BF and 1E. RGB value is (245,191,30). Sum of RGB (Red+Green+Blue) = 245+191+30=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF1E is #0A40E1. Grayscale: #BDBDBD. Windows color (decimal): -671970 or 2015221. OLE color: 2015221.
HSL color Cylindrical-coordinate representation of color #F5BF1E: hue angle of 44.93º 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 #F5BF1E is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 30 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.04 |
| HSL | 44.93º | 0.91% | 0.54% | - |
| HSV(B) | 44.93º | 0.88% | 0.96% | - |
| XYZ | 56.52 | 56.77 | 9.21 | - |
| YUV | 188.79 | 38.39 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 30 | 0 | 0.22 | 0.88 | 0.04 | 44.93 | 0.91 | 0.54 |
| Hex | F5 | BF | 1E | 0 | 16 | 58 | 4 | 2D | 5B | 36 |
| Octal | 365 | 277 | 36 | 0 | 26 | 130 | 4 | 55 | 133 | 66 |
| Binary | 11110101 | 10111111 | 11110 | 0 | 10110 | 1011000 | 100 | 101101 | 1011011 | 110110 |
Color Harmonies of #F5BF1E
Complementary color
Monochromatic Colors of #F5BF1E
Black with #F5BF1E
Text Example
Text Example
White with #F5BF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF1E; }
p { color: rgb(245,191,30); }
H1.HeaderClassName
{
color: #F5BF1E;
}
.AnyTagClassName
{
color: #F5BF1E;
}
</style>
background-color css
<style>
a { background-color: #F5BF1E; }
a { background-color: rgb(245,191,30); }
div.DivClassName
{
background-color: #F5BF1E;
}
.BgClassName
{
background-color: #F5BF1E;
}
</style>
border-color css
<style>
span { border-color: #F5BF1E; }
span { border-color: rgb(245,191,30); }
td.TdClassName
{
border-color: #F5BF1E;
}
.TagClassName
{
border-color: #F5BF1E;
}
</style>