Shades of Moon Yellow #F6CA16
Tints of Moon Yellow #F6CA16
RGB
CMYK
RGB Variations
Color information
#F6CA16 (or 0xF6CA16) is known color: Moon Yellow. HEX triplet: F6, CA and 16. RGB value is (246,202,22). Sum of RGB (Red+Green+Blue) = 246+202+22=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CA16 is #0935E9. Grayscale: #C3C3C3. Windows color (decimal): -603626 or 1493750. OLE color: 1493750.
HSL color Cylindrical-coordinate representation of color #F6CA16: hue angle of 48.21º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6CA16 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 22 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.04 |
| HSL | 48.21º | 0.93% | 0.53% | - |
| HSV(B) | 48.21º | 0.91% | 0.96% | - |
| XYZ | 59.27 | 61.89 | 9.58 | - |
| YUV | 194.64 | 30.58 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 22 | 0 | 0.18 | 0.91 | 0.04 | 48.21 | 0.93 | 0.53 |
| Hex | F6 | CA | 16 | 0 | 12 | 5B | 4 | 30 | 5D | 35 |
| Octal | 366 | 312 | 26 | 0 | 22 | 133 | 4 | 60 | 135 | 65 |
| Binary | 11110110 | 11001010 | 10110 | 0 | 10010 | 1011011 | 100 | 110000 | 1011101 | 110101 |
Color Harmonies of #F6CA16
Complementary color
Monochromatic Colors of #F6CA16
Black with #F6CA16
Text Example
Text Example
White with #F6CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA16; }
p { color: rgb(246,202,22); }
H1.HeaderClassName
{
color: #F6CA16;
}
.AnyTagClassName
{
color: #F6CA16;
}
</style>
background-color css
<style>
a { background-color: #F6CA16; }
a { background-color: rgb(246,202,22); }
div.DivClassName
{
background-color: #F6CA16;
}
.BgClassName
{
background-color: #F6CA16;
}
</style>
border-color css
<style>
span { border-color: #F6CA16; }
span { border-color: rgb(246,202,22); }
td.TdClassName
{
border-color: #F6CA16;
}
.TagClassName
{
border-color: #F6CA16;
}
</style>