Shades of Moon Yellow #F4BC14
Tints of Moon Yellow #F4BC14
RGB
CMYK
RGB Variations
Color information
#F4BC14 (or 0xF4BC14) is known color: Moon Yellow. HEX triplet: F4, BC and 14. RGB value is (244,188,20). Sum of RGB (Red+Green+Blue) = 244+188+20=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BC14 is #0B43EB. Grayscale: #BABABA. Windows color (decimal): -738284 or 1359092. OLE color: 1359092.
HSL color Cylindrical-coordinate representation of color #F4BC14: hue angle of 45º 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 #F4BC14 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.04 |
| HSL | 45º | 0.91% | 0.52% | - |
| HSV(B) | 45º | 0.92% | 0.96% | - |
| XYZ | 55.42 | 55.25 | 8.41 | - |
| YUV | 185.59 | 34.55 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 20 | 0 | 0.23 | 0.92 | 0.04 | 45 | 0.91 | 0.52 |
| Hex | F4 | BC | 14 | 0 | 17 | 5C | 4 | 2D | 5B | 34 |
| Octal | 364 | 274 | 24 | 0 | 27 | 134 | 4 | 55 | 133 | 64 |
| Binary | 11110100 | 10111100 | 10100 | 0 | 10111 | 1011100 | 100 | 101101 | 1011011 | 110100 |
Color Harmonies of #F4BC14
Complementary color
Monochromatic Colors of #F4BC14
Black with #F4BC14
Text Example
Text Example
White with #F4BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC14; }
p { color: rgb(244,188,20); }
H1.HeaderClassName
{
color: #F4BC14;
}
.AnyTagClassName
{
color: #F4BC14;
}
</style>
background-color css
<style>
a { background-color: #F4BC14; }
a { background-color: rgb(244,188,20); }
div.DivClassName
{
background-color: #F4BC14;
}
.BgClassName
{
background-color: #F4BC14;
}
</style>
border-color css
<style>
span { border-color: #F4BC14; }
span { border-color: rgb(244,188,20); }
td.TdClassName
{
border-color: #F4BC14;
}
.TagClassName
{
border-color: #F4BC14;
}
</style>