Shades of Moon Yellow #F6C313
Tints of Moon Yellow #F6C313
RGB
CMYK
RGB Variations
Color information
#F6C313 (or 0xF6C313) is known color: Moon Yellow. HEX triplet: F6, C3 and 13. RGB value is (246,195,19). Sum of RGB (Red+Green+Blue) = 246+195+19=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C313 is #093CEC. Grayscale: #BEBEBE. Windows color (decimal): -605421 or 1295350. OLE color: 1295350.
HSL color Cylindrical-coordinate representation of color #F6C313: hue angle of 46.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6C313 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 19 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.04 |
| HSL | 46.52º | 0.93% | 0.52% | - |
| HSV(B) | 46.52º | 0.92% | 0.96% | - |
| XYZ | 57.64 | 58.67 | 8.9 | - |
| YUV | 190.19 | 31.4 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 19 | 0 | 0.21 | 0.92 | 0.04 | 46.52 | 0.93 | 0.52 |
| Hex | F6 | C3 | 13 | 0 | 15 | 5C | 4 | 2F | 5D | 34 |
| Octal | 366 | 303 | 23 | 0 | 25 | 134 | 4 | 57 | 135 | 64 |
| Binary | 11110110 | 11000011 | 10011 | 0 | 10101 | 1011100 | 100 | 101111 | 1011101 | 110100 |
Color Harmonies of #F6C313
Complementary color
Monochromatic Colors of #F6C313
Black with #F6C313
Text Example
Text Example
White with #F6C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C313; }
p { color: rgb(246,195,19); }
H1.HeaderClassName
{
color: #F6C313;
}
.AnyTagClassName
{
color: #F6C313;
}
</style>
background-color css
<style>
a { background-color: #F6C313; }
a { background-color: rgb(246,195,19); }
div.DivClassName
{
background-color: #F6C313;
}
.BgClassName
{
background-color: #F6C313;
}
</style>
border-color css
<style>
span { border-color: #F6C313; }
span { border-color: rgb(246,195,19); }
td.TdClassName
{
border-color: #F6C313;
}
.TagClassName
{
border-color: #F6C313;
}
</style>