Shades of Moon Yellow #F8BA19
Tints of Moon Yellow #F8BA19
RGB
CMYK
RGB Variations
Color information
#F8BA19 (or 0xF8BA19) is known color: Moon Yellow. HEX triplet: F8, BA and 19. RGB value is (248,186,25). Sum of RGB (Red+Green+Blue) = 248+186+25=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BA19 is #0745E6. Grayscale: #BABABA. Windows color (decimal): -476647 or 1686264. OLE color: 1686264.
HSL color Cylindrical-coordinate representation of color #F8BA19: hue angle of 43.32º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8BA19 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 25 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.03 |
| HSL | 43.32º | 0.94% | 0.54% | - |
| HSV(B) | 43.32º | 0.9% | 0.97% | - |
| XYZ | 56.45 | 55.14 | 8.59 | - |
| YUV | 186.18 | 37.04 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 25 | 0 | 0.25 | 0.90 | 0.03 | 43.32 | 0.94 | 0.54 |
| Hex | F8 | BA | 19 | 0 | 19 | 5A | 3 | 2B | 5E | 36 |
| Octal | 370 | 272 | 31 | 0 | 31 | 132 | 3 | 53 | 136 | 66 |
| Binary | 11111000 | 10111010 | 11001 | 0 | 11001 | 1011010 | 11 | 101011 | 1011110 | 110110 |
Color Harmonies of #F8BA19
Complementary color
Monochromatic Colors of #F8BA19
Black with #F8BA19
Text Example
Text Example
White with #F8BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA19; }
p { color: rgb(248,186,25); }
H1.HeaderClassName
{
color: #F8BA19;
}
.AnyTagClassName
{
color: #F8BA19;
}
</style>
background-color css
<style>
a { background-color: #F8BA19; }
a { background-color: rgb(248,186,25); }
div.DivClassName
{
background-color: #F8BA19;
}
.BgClassName
{
background-color: #F8BA19;
}
</style>
border-color css
<style>
span { border-color: #F8BA19; }
span { border-color: rgb(248,186,25); }
td.TdClassName
{
border-color: #F8BA19;
}
.TagClassName
{
border-color: #F8BA19;
}
</style>