Shades of Moon Yellow #F4BA14
Tints of Moon Yellow #F4BA14
RGB
CMYK
RGB Variations
Color information
#F4BA14 (or 0xF4BA14) is known color: Moon Yellow. HEX triplet: F4, BA and 14. RGB value is (244,186,20). Sum of RGB (Red+Green+Blue) = 244+186+20=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BA14 is #0B45EB. Grayscale: #B9B9B9. Windows color (decimal): -738796 or 1358580. OLE color: 1358580.
HSL color Cylindrical-coordinate representation of color #F4BA14: hue angle of 44.46º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4BA14 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.04 |
| HSL | 44.46º | 0.91% | 0.52% | - |
| HSV(B) | 44.46º | 0.92% | 0.96% | - |
| XYZ | 54.99 | 54.4 | 8.26 | - |
| YUV | 184.42 | 35.22 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 20 | 0 | 0.24 | 0.92 | 0.04 | 44.46 | 0.91 | 0.52 |
| Hex | F4 | BA | 14 | 0 | 18 | 5C | 4 | 2C | 5B | 34 |
| Octal | 364 | 272 | 24 | 0 | 30 | 134 | 4 | 54 | 133 | 64 |
| Binary | 11110100 | 10111010 | 10100 | 0 | 11000 | 1011100 | 100 | 101100 | 1011011 | 110100 |
Color Harmonies of #F4BA14
Complementary color
Monochromatic Colors of #F4BA14
Black with #F4BA14
Text Example
Text Example
White with #F4BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA14; }
p { color: rgb(244,186,20); }
H1.HeaderClassName
{
color: #F4BA14;
}
.AnyTagClassName
{
color: #F4BA14;
}
</style>
background-color css
<style>
a { background-color: #F4BA14; }
a { background-color: rgb(244,186,20); }
div.DivClassName
{
background-color: #F4BA14;
}
.BgClassName
{
background-color: #F4BA14;
}
</style>
border-color css
<style>
span { border-color: #F4BA14; }
span { border-color: rgb(244,186,20); }
td.TdClassName
{
border-color: #F4BA14;
}
.TagClassName
{
border-color: #F4BA14;
}
</style>