Shades of Moon Yellow #F8C419
Tints of Moon Yellow #F8C419
RGB
CMYK
RGB Variations
Color information
#F8C419 (or 0xF8C419) is known color: Moon Yellow. HEX triplet: F8, C4 and 19. RGB value is (248,196,25). Sum of RGB (Red+Green+Blue) = 248+196+25=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C419 is #073BE6. Grayscale: #C0C0C0. Windows color (decimal): -474087 or 1688824. OLE color: 1688824.
HSL color Cylindrical-coordinate representation of color #F8C419: hue angle of 46.01º 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 #F8C419 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 25 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.03 |
| HSL | 46.01º | 0.94% | 0.54% | - |
| HSV(B) | 46.01º | 0.9% | 0.97% | - |
| XYZ | 58.63 | 59.51 | 9.32 | - |
| YUV | 192.05 | 33.73 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 25 | 0 | 0.21 | 0.90 | 0.03 | 46.01 | 0.94 | 0.54 |
| Hex | F8 | C4 | 19 | 0 | 15 | 5A | 3 | 2E | 5E | 36 |
| Octal | 370 | 304 | 31 | 0 | 25 | 132 | 3 | 56 | 136 | 66 |
| Binary | 11111000 | 11000100 | 11001 | 0 | 10101 | 1011010 | 11 | 101110 | 1011110 | 110110 |
Color Harmonies of #F8C419
Complementary color
Monochromatic Colors of #F8C419
Black with #F8C419
Text Example
Text Example
White with #F8C419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C419; }
p { color: rgb(248,196,25); }
H1.HeaderClassName
{
color: #F8C419;
}
.AnyTagClassName
{
color: #F8C419;
}
</style>
background-color css
<style>
a { background-color: #F8C419; }
a { background-color: rgb(248,196,25); }
div.DivClassName
{
background-color: #F8C419;
}
.BgClassName
{
background-color: #F8C419;
}
</style>
border-color css
<style>
span { border-color: #F8C419; }
span { border-color: rgb(248,196,25); }
td.TdClassName
{
border-color: #F8C419;
}
.TagClassName
{
border-color: #F8C419;
}
</style>