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