Shades of Moon Yellow #F8BA1E
Tints of Moon Yellow #F8BA1E
RGB
CMYK
RGB Variations
Color information
#F8BA1E (or 0xF8BA1E) is known color: Moon Yellow. HEX triplet: F8, BA and 1E. RGB value is (248,186,30). Sum of RGB (Red+Green+Blue) = 248+186+30=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA1E is #0745E1. Grayscale: #BBBBBB. Windows color (decimal): -476642 or 2013944. OLE color: 2013944.
HSL color Cylindrical-coordinate representation of color #F8BA1E: hue angle of 42.94º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8BA1E is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 30 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.03 |
| HSL | 42.94º | 0.94% | 0.55% | - |
| HSV(B) | 42.94º | 0.88% | 0.97% | - |
| XYZ | 56.5 | 55.17 | 8.9 | - |
| YUV | 186.75 | 39.54 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 30 | 0 | 0.25 | 0.88 | 0.03 | 42.94 | 0.94 | 0.55 |
| Hex | F8 | BA | 1E | 0 | 19 | 58 | 3 | 2B | 5E | 37 |
| Octal | 370 | 272 | 36 | 0 | 31 | 130 | 3 | 53 | 136 | 67 |
| Binary | 11111000 | 10111010 | 11110 | 0 | 11001 | 1011000 | 11 | 101011 | 1011110 | 110111 |
Color Harmonies of #F8BA1E
Complementary color
Monochromatic Colors of #F8BA1E
Black with #F8BA1E
Text Example
Text Example
White with #F8BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA1E; }
p { color: rgb(248,186,30); }
H1.HeaderClassName
{
color: #F8BA1E;
}
.AnyTagClassName
{
color: #F8BA1E;
}
</style>
background-color css
<style>
a { background-color: #F8BA1E; }
a { background-color: rgb(248,186,30); }
div.DivClassName
{
background-color: #F8BA1E;
}
.BgClassName
{
background-color: #F8BA1E;
}
</style>
border-color css
<style>
span { border-color: #F8BA1E; }
span { border-color: rgb(248,186,30); }
td.TdClassName
{
border-color: #F8BA1E;
}
.TagClassName
{
border-color: #F8BA1E;
}
</style>