Shades of Moon Yellow #F4BF1E
Tints of Moon Yellow #F4BF1E
RGB
CMYK
RGB Variations
Color information
#F4BF1E (or 0xF4BF1E) is known color: Moon Yellow. HEX triplet: F4, BF and 1E. RGB value is (244,191,30). Sum of RGB (Red+Green+Blue) = 244+191+30=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BF1E is #0B40E1. Grayscale: #BDBDBD. Windows color (decimal): -737506 or 2015220. OLE color: 2015220.
HSL color Cylindrical-coordinate representation of color #F4BF1E: hue angle of 45.14º 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 #F4BF1E is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 30 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.04 |
| HSL | 45.14º | 0.91% | 0.54% | - |
| HSV(B) | 45.14º | 0.88% | 0.96% | - |
| XYZ | 56.17 | 56.59 | 9.19 | - |
| YUV | 188.49 | 38.56 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 30 | 0 | 0.22 | 0.88 | 0.04 | 45.14 | 0.91 | 0.54 |
| Hex | F4 | BF | 1E | 0 | 16 | 58 | 4 | 2D | 5B | 36 |
| Octal | 364 | 277 | 36 | 0 | 26 | 130 | 4 | 55 | 133 | 66 |
| Binary | 11110100 | 10111111 | 11110 | 0 | 10110 | 1011000 | 100 | 101101 | 1011011 | 110110 |
Color Harmonies of #F4BF1E
Complementary color
Monochromatic Colors of #F4BF1E
Black with #F4BF1E
Text Example
Text Example
White with #F4BF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BF1E; }
p { color: rgb(244,191,30); }
H1.HeaderClassName
{
color: #F4BF1E;
}
.AnyTagClassName
{
color: #F4BF1E;
}
</style>
background-color css
<style>
a { background-color: #F4BF1E; }
a { background-color: rgb(244,191,30); }
div.DivClassName
{
background-color: #F4BF1E;
}
.BgClassName
{
background-color: #F4BF1E;
}
</style>
border-color css
<style>
span { border-color: #F4BF1E; }
span { border-color: rgb(244,191,30); }
td.TdClassName
{
border-color: #F4BF1E;
}
.TagClassName
{
border-color: #F4BF1E;
}
</style>