Shades of Moon Yellow #F8C21C
Tints of Moon Yellow #F8C21C
RGB
CMYK
RGB Variations
Color information
#F8C21C (or 0xF8C21C) is known color: Moon Yellow. HEX triplet: F8, C2 and 1C. RGB value is (248,194,28). Sum of RGB (Red+Green+Blue) = 248+194+28=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C21C is #073DE3. Grayscale: #BFBFBF. Windows color (decimal): -474596 or 1884920. OLE color: 1884920.
HSL color Cylindrical-coordinate representation of color #F8C21C: hue angle of 45.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8C21C is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 28 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.03 |
| HSL | 45.27º | 0.94% | 0.54% | - |
| HSV(B) | 45.27º | 0.89% | 0.97% | - |
| XYZ | 58.21 | 58.62 | 9.35 | - |
| YUV | 191.22 | 35.89 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 28 | 0 | 0.22 | 0.89 | 0.03 | 45.27 | 0.94 | 0.54 |
| Hex | F8 | C2 | 1C | 0 | 16 | 59 | 3 | 2D | 5E | 36 |
| Octal | 370 | 302 | 34 | 0 | 26 | 131 | 3 | 55 | 136 | 66 |
| Binary | 11111000 | 11000010 | 11100 | 0 | 10110 | 1011001 | 11 | 101101 | 1011110 | 110110 |
Color Harmonies of #F8C21C
Complementary color
Monochromatic Colors of #F8C21C
Black with #F8C21C
Text Example
Text Example
White with #F8C21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C21C; }
p { color: rgb(248,194,28); }
H1.HeaderClassName
{
color: #F8C21C;
}
.AnyTagClassName
{
color: #F8C21C;
}
</style>
background-color css
<style>
a { background-color: #F8C21C; }
a { background-color: rgb(248,194,28); }
div.DivClassName
{
background-color: #F8C21C;
}
.BgClassName
{
background-color: #F8C21C;
}
</style>
border-color css
<style>
span { border-color: #F8C21C; }
span { border-color: rgb(248,194,28); }
td.TdClassName
{
border-color: #F8C21C;
}
.TagClassName
{
border-color: #F8C21C;
}
</style>