Shades of Moon Yellow #F6C01C
Tints of Moon Yellow #F6C01C
RGB
CMYK
RGB Variations
Color information
#F6C01C (or 0xF6C01C) is known color: Moon Yellow. HEX triplet: F6, C0 and 1C. RGB value is (246,192,28). Sum of RGB (Red+Green+Blue) = 246+192+28=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C01C is #093FE3. Grayscale: #BEBEBE. Windows color (decimal): -606180 or 1884406. OLE color: 1884406.
HSL color Cylindrical-coordinate representation of color #F6C01C: hue angle of 45.14º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6C01C is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 28 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.04 |
| HSL | 45.14º | 0.92% | 0.54% | - |
| HSV(B) | 45.14º | 0.89% | 0.96% | - |
| XYZ | 57.07 | 57.38 | 9.17 | - |
| YUV | 189.45 | 36.89 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 28 | 0 | 0.22 | 0.89 | 0.04 | 45.14 | 0.92 | 0.54 |
| Hex | F6 | C0 | 1C | 0 | 16 | 59 | 4 | 2D | 5C | 36 |
| Octal | 366 | 300 | 34 | 0 | 26 | 131 | 4 | 55 | 134 | 66 |
| Binary | 11110110 | 11000000 | 11100 | 0 | 10110 | 1011001 | 100 | 101101 | 1011100 | 110110 |
Color Harmonies of #F6C01C
Complementary color
Monochromatic Colors of #F6C01C
Black with #F6C01C
Text Example
Text Example
White with #F6C01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C01C; }
p { color: rgb(246,192,28); }
H1.HeaderClassName
{
color: #F6C01C;
}
.AnyTagClassName
{
color: #F6C01C;
}
</style>
background-color css
<style>
a { background-color: #F6C01C; }
a { background-color: rgb(246,192,28); }
div.DivClassName
{
background-color: #F6C01C;
}
.BgClassName
{
background-color: #F6C01C;
}
</style>
border-color css
<style>
span { border-color: #F6C01C; }
span { border-color: rgb(246,192,28); }
td.TdClassName
{
border-color: #F6C01C;
}
.TagClassName
{
border-color: #F6C01C;
}
</style>