Shades of Moon Yellow #F4BC1E
Tints of Moon Yellow #F4BC1E
RGB
CMYK
RGB Variations
Color information
#F4BC1E (or 0xF4BC1E) is known color: Moon Yellow. HEX triplet: F4, BC and 1E. RGB value is (244,188,30). Sum of RGB (Red+Green+Blue) = 244+188+30=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BC1E is #0B43E1. Grayscale: #BBBBBB. Windows color (decimal): -738274 or 2014452. OLE color: 2014452.
HSL color Cylindrical-coordinate representation of color #F4BC1E: hue angle of 44.3º 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 #F4BC1E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 30 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.04 |
| HSL | 44.3º | 0.91% | 0.54% | - |
| HSV(B) | 44.3º | 0.88% | 0.96% | - |
| XYZ | 55.53 | 55.29 | 8.97 | - |
| YUV | 186.73 | 39.55 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 30 | 0 | 0.23 | 0.88 | 0.04 | 44.3 | 0.91 | 0.54 |
| Hex | F4 | BC | 1E | 0 | 17 | 58 | 4 | 2C | 5B | 36 |
| Octal | 364 | 274 | 36 | 0 | 27 | 130 | 4 | 54 | 133 | 66 |
| Binary | 11110100 | 10111100 | 11110 | 0 | 10111 | 1011000 | 100 | 101100 | 1011011 | 110110 |
Color Harmonies of #F4BC1E
Complementary color
Monochromatic Colors of #F4BC1E
Black with #F4BC1E
Text Example
Text Example
White with #F4BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC1E; }
p { color: rgb(244,188,30); }
H1.HeaderClassName
{
color: #F4BC1E;
}
.AnyTagClassName
{
color: #F4BC1E;
}
</style>
background-color css
<style>
a { background-color: #F4BC1E; }
a { background-color: rgb(244,188,30); }
div.DivClassName
{
background-color: #F4BC1E;
}
.BgClassName
{
background-color: #F4BC1E;
}
</style>
border-color css
<style>
span { border-color: #F4BC1E; }
span { border-color: rgb(244,188,30); }
td.TdClassName
{
border-color: #F4BC1E;
}
.TagClassName
{
border-color: #F4BC1E;
}
</style>