Shades of Moon Yellow #F8C613
Tints of Moon Yellow #F8C613
RGB
CMYK
RGB Variations
Color information
#F8C613 (or 0xF8C613) is known color: Moon Yellow. HEX triplet: F8, C6 and 13. RGB value is (248,198,19). Sum of RGB (Red+Green+Blue) = 248+198+19=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C613 is #0739EC. Grayscale: #C1C1C1. Windows color (decimal): -473581 or 1296120. OLE color: 1296120.
HSL color Cylindrical-coordinate representation of color #F8C613: hue angle of 46.9º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8C613 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 19 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.03 |
| HSL | 46.9º | 0.94% | 0.52% | - |
| HSV(B) | 46.9º | 0.92% | 0.97% | - |
| XYZ | 59.02 | 60.39 | 9.16 | - |
| YUV | 192.54 | 30.07 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 19 | 0 | 0.20 | 0.92 | 0.03 | 46.9 | 0.94 | 0.52 |
| Hex | F8 | C6 | 13 | 0 | 14 | 5C | 3 | 2F | 5E | 34 |
| Octal | 370 | 306 | 23 | 0 | 24 | 134 | 3 | 57 | 136 | 64 |
| Binary | 11111000 | 11000110 | 10011 | 0 | 10100 | 1011100 | 11 | 101111 | 1011110 | 110100 |
Color Harmonies of #F8C613
Complementary color
Monochromatic Colors of #F8C613
Black with #F8C613
Text Example
Text Example
White with #F8C613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C613; }
p { color: rgb(248,198,19); }
H1.HeaderClassName
{
color: #F8C613;
}
.AnyTagClassName
{
color: #F8C613;
}
</style>
background-color css
<style>
a { background-color: #F8C613; }
a { background-color: rgb(248,198,19); }
div.DivClassName
{
background-color: #F8C613;
}
.BgClassName
{
background-color: #F8C613;
}
</style>
border-color css
<style>
span { border-color: #F8C613; }
span { border-color: rgb(248,198,19); }
td.TdClassName
{
border-color: #F8C613;
}
.TagClassName
{
border-color: #F8C613;
}
</style>