Shades of Moon Yellow #F8BA23
Tints of Moon Yellow #F8BA23
RGB
CMYK
RGB Variations
Color information
#F8BA23 (or 0xF8BA23) is known color: Moon Yellow. HEX triplet: F8, BA and 23. RGB value is (248,186,35). Sum of RGB (Red+Green+Blue) = 248+186+35=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA23 is #0745DC. Grayscale: #BBBBBB. Windows color (decimal): -476637 or 2341624. OLE color: 2341624.
HSL color Cylindrical-coordinate representation of color #F8BA23: hue angle of 42.54º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8BA23 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 35 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.03 |
| HSL | 42.54º | 0.94% | 0.55% | - |
| HSV(B) | 42.54º | 0.86% | 0.97% | - |
| XYZ | 56.57 | 55.2 | 9.26 | - |
| YUV | 187.32 | 42.04 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 35 | 0 | 0.25 | 0.86 | 0.03 | 42.54 | 0.94 | 0.55 |
| Hex | F8 | BA | 23 | 0 | 19 | 56 | 3 | 2B | 5E | 37 |
| Octal | 370 | 272 | 43 | 0 | 31 | 126 | 3 | 53 | 136 | 67 |
| Binary | 11111000 | 10111010 | 100011 | 0 | 11001 | 1010110 | 11 | 101011 | 1011110 | 110111 |
Color Harmonies of #F8BA23
Complementary color
Monochromatic Colors of #F8BA23
Black with #F8BA23
Text Example
Text Example
White with #F8BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA23; }
p { color: rgb(248,186,35); }
H1.HeaderClassName
{
color: #F8BA23;
}
.AnyTagClassName
{
color: #F8BA23;
}
</style>
background-color css
<style>
a { background-color: #F8BA23; }
a { background-color: rgb(248,186,35); }
div.DivClassName
{
background-color: #F8BA23;
}
.BgClassName
{
background-color: #F8BA23;
}
</style>
border-color css
<style>
span { border-color: #F8BA23; }
span { border-color: rgb(248,186,35); }
td.TdClassName
{
border-color: #F8BA23;
}
.TagClassName
{
border-color: #F8BA23;
}
</style>