Shades of Moon Yellow #F8C221
Tints of Moon Yellow #F8C221
RGB
CMYK
RGB Variations
Color information
#F8C221 (or 0xF8C221) is known color: Moon Yellow. HEX triplet: F8, C2 and 21. RGB value is (248,194,33). Sum of RGB (Red+Green+Blue) = 248+194+33=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C221 is #073DDE. Grayscale: #C0C0C0. Windows color (decimal): -474591 or 2212600. OLE color: 2212600.
HSL color Cylindrical-coordinate representation of color #F8C221: hue angle of 44.93º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8C221 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 33 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.03 |
| HSL | 44.93º | 0.94% | 0.55% | - |
| HSV(B) | 44.93º | 0.87% | 0.97% | - |
| XYZ | 58.28 | 58.65 | 9.69 | - |
| YUV | 191.79 | 38.39 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 33 | 0 | 0.22 | 0.87 | 0.03 | 44.93 | 0.94 | 0.55 |
| Hex | F8 | C2 | 21 | 0 | 16 | 57 | 3 | 2D | 5E | 37 |
| Octal | 370 | 302 | 41 | 0 | 26 | 127 | 3 | 55 | 136 | 67 |
| Binary | 11111000 | 11000010 | 100001 | 0 | 10110 | 1010111 | 11 | 101101 | 1011110 | 110111 |
Color Harmonies of #F8C221
Complementary color
Monochromatic Colors of #F8C221
Black with #F8C221
Text Example
Text Example
White with #F8C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C221; }
p { color: rgb(248,194,33); }
H1.HeaderClassName
{
color: #F8C221;
}
.AnyTagClassName
{
color: #F8C221;
}
</style>
background-color css
<style>
a { background-color: #F8C221; }
a { background-color: rgb(248,194,33); }
div.DivClassName
{
background-color: #F8C221;
}
.BgClassName
{
background-color: #F8C221;
}
</style>
border-color css
<style>
span { border-color: #F8C221; }
span { border-color: rgb(248,194,33); }
td.TdClassName
{
border-color: #F8C221;
}
.TagClassName
{
border-color: #F8C221;
}
</style>