Shades of Moon Yellow #F8C119
Tints of Moon Yellow #F8C119
RGB
CMYK
RGB Variations
Color information
#F8C119 (or 0xF8C119) is known color: Moon Yellow. HEX triplet: F8, C1 and 19. RGB value is (248,193,25). Sum of RGB (Red+Green+Blue) = 248+193+25=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C119 is #073EE6. Grayscale: #BFBFBF. Windows color (decimal): -474855 or 1688056. OLE color: 1688056.
HSL color Cylindrical-coordinate representation of color #F8C119: hue angle of 45.2º 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 #F8C119 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 25 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.03 |
| HSL | 45.2º | 0.94% | 0.54% | - |
| HSV(B) | 45.2º | 0.9% | 0.97% | - |
| XYZ | 57.96 | 58.17 | 9.09 | - |
| YUV | 190.29 | 34.72 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 25 | 0 | 0.22 | 0.90 | 0.03 | 45.2 | 0.94 | 0.54 |
| Hex | F8 | C1 | 19 | 0 | 16 | 5A | 3 | 2D | 5E | 36 |
| Octal | 370 | 301 | 31 | 0 | 26 | 132 | 3 | 55 | 136 | 66 |
| Binary | 11111000 | 11000001 | 11001 | 0 | 10110 | 1011010 | 11 | 101101 | 1011110 | 110110 |
Color Harmonies of #F8C119
Complementary color
Monochromatic Colors of #F8C119
Black with #F8C119
Text Example
Text Example
White with #F8C119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C119; }
p { color: rgb(248,193,25); }
H1.HeaderClassName
{
color: #F8C119;
}
.AnyTagClassName
{
color: #F8C119;
}
</style>
background-color css
<style>
a { background-color: #F8C119; }
a { background-color: rgb(248,193,25); }
div.DivClassName
{
background-color: #F8C119;
}
.BgClassName
{
background-color: #F8C119;
}
</style>
border-color css
<style>
span { border-color: #F8C119; }
span { border-color: rgb(248,193,25); }
td.TdClassName
{
border-color: #F8C119;
}
.TagClassName
{
border-color: #F8C119;
}
</style>