Shades of Moon Yellow #F8C222
Tints of Moon Yellow #F8C222
RGB
CMYK
RGB Variations
Color information
#F8C222 (or 0xF8C222) is known color: Moon Yellow. HEX triplet: F8, C2 and 22. RGB value is (248,194,34). Sum of RGB (Red+Green+Blue) = 248+194+34=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 34 (13.67% from 255 or 7.14% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C222 is #073DDD. Grayscale: #C0C0C0. Windows color (decimal): -474590 or 2278136. OLE color: 2278136.
HSL color Cylindrical-coordinate representation of color #F8C222: hue angle of 44.86º 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 #F8C222 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 34 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.03 |
| HSL | 44.86º | 0.94% | 0.55% | - |
| HSV(B) | 44.86º | 0.86% | 0.97% | - |
| XYZ | 58.29 | 58.66 | 9.76 | - |
| YUV | 191.91 | 38.89 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 34 | 0 | 0.22 | 0.86 | 0.03 | 44.86 | 0.94 | 0.55 |
| Hex | F8 | C2 | 22 | 0 | 16 | 56 | 3 | 2D | 5E | 37 |
| Octal | 370 | 302 | 42 | 0 | 26 | 126 | 3 | 55 | 136 | 67 |
| Binary | 11111000 | 11000010 | 100010 | 0 | 10110 | 1010110 | 11 | 101101 | 1011110 | 110111 |
Color Harmonies of #F8C222
Complementary color
Monochromatic Colors of #F8C222
Black with #F8C222
Text Example
Text Example
White with #F8C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C222; }
p { color: rgb(248,194,34); }
H1.HeaderClassName
{
color: #F8C222;
}
.AnyTagClassName
{
color: #F8C222;
}
</style>
background-color css
<style>
a { background-color: #F8C222; }
a { background-color: rgb(248,194,34); }
div.DivClassName
{
background-color: #F8C222;
}
.BgClassName
{
background-color: #F8C222;
}
</style>
border-color css
<style>
span { border-color: #F8C222; }
span { border-color: rgb(248,194,34); }
td.TdClassName
{
border-color: #F8C222;
}
.TagClassName
{
border-color: #F8C222;
}
</style>