Shades of Moon Yellow #F8C224
Tints of Moon Yellow #F8C224
RGB
CMYK
RGB Variations
Color information
#F8C224 (or 0xF8C224) is known color: Moon Yellow. HEX triplet: F8, C2 and 24. RGB value is (248,194,36). Sum of RGB (Red+Green+Blue) = 248+194+36=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C224 is #073DDB. Grayscale: #C0C0C0. Windows color (decimal): -474588 or 2409208. OLE color: 2409208.
HSL color Cylindrical-coordinate representation of color #F8C224: hue angle of 44.72º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8C224 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 36 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.03 |
| HSL | 44.72º | 0.94% | 0.56% | - |
| HSV(B) | 44.72º | 0.85% | 0.97% | - |
| XYZ | 58.32 | 58.67 | 9.92 | - |
| YUV | 192.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 36 | 0 | 0.22 | 0.85 | 0.03 | 44.72 | 0.94 | 0.56 |
| Hex | F8 | C2 | 24 | 0 | 16 | 55 | 3 | 2D | 5E | 38 |
| Octal | 370 | 302 | 44 | 0 | 26 | 125 | 3 | 55 | 136 | 70 |
| Binary | 11111000 | 11000010 | 100100 | 0 | 10110 | 1010101 | 11 | 101101 | 1011110 | 111000 |
Color Harmonies of #F8C224
Complementary color
Monochromatic Colors of #F8C224
Black with #F8C224
Text Example
Text Example
White with #F8C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C224; }
p { color: rgb(248,194,36); }
H1.HeaderClassName
{
color: #F8C224;
}
.AnyTagClassName
{
color: #F8C224;
}
</style>
background-color css
<style>
a { background-color: #F8C224; }
a { background-color: rgb(248,194,36); }
div.DivClassName
{
background-color: #F8C224;
}
.BgClassName
{
background-color: #F8C224;
}
</style>
border-color css
<style>
span { border-color: #F8C224; }
span { border-color: rgb(248,194,36); }
td.TdClassName
{
border-color: #F8C224;
}
.TagClassName
{
border-color: #F8C224;
}
</style>