Shades of Moon Yellow #F8C61C
Tints of Moon Yellow #F8C61C
RGB
CMYK
RGB Variations
Color information
#F8C61C (or 0xF8C61C) is known color: Moon Yellow. HEX triplet: F8, C6 and 1C. RGB value is (248,198,28). Sum of RGB (Red+Green+Blue) = 248+198+28=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C61C is #0739E3. Grayscale: #C2C2C2. Windows color (decimal): -473572 or 1885944. OLE color: 1885944.
HSL color Cylindrical-coordinate representation of color #F8C61C: hue angle of 46.36º 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 #F8C61C is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 28 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.03 |
| HSL | 46.36º | 0.94% | 0.54% | - |
| HSV(B) | 46.36º | 0.89% | 0.97% | - |
| XYZ | 59.12 | 60.43 | 9.65 | - |
| YUV | 193.57 | 34.57 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 28 | 0 | 0.20 | 0.89 | 0.03 | 46.36 | 0.94 | 0.54 |
| Hex | F8 | C6 | 1C | 0 | 14 | 59 | 3 | 2E | 5E | 36 |
| Octal | 370 | 306 | 34 | 0 | 24 | 131 | 3 | 56 | 136 | 66 |
| Binary | 11111000 | 11000110 | 11100 | 0 | 10100 | 1011001 | 11 | 101110 | 1011110 | 110110 |
Color Harmonies of #F8C61C
Complementary color
Monochromatic Colors of #F8C61C
Black with #F8C61C
Text Example
Text Example
White with #F8C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C61C; }
p { color: rgb(248,198,28); }
H1.HeaderClassName
{
color: #F8C61C;
}
.AnyTagClassName
{
color: #F8C61C;
}
</style>
background-color css
<style>
a { background-color: #F8C61C; }
a { background-color: rgb(248,198,28); }
div.DivClassName
{
background-color: #F8C61C;
}
.BgClassName
{
background-color: #F8C61C;
}
</style>
border-color css
<style>
span { border-color: #F8C61C; }
span { border-color: rgb(248,198,28); }
td.TdClassName
{
border-color: #F8C61C;
}
.TagClassName
{
border-color: #F8C61C;
}
</style>