Shades of Moon Yellow #F6CA13
Tints of Moon Yellow #F6CA13
RGB
CMYK
RGB Variations
Color information
#F6CA13 (or 0xF6CA13) is known color: Moon Yellow. HEX triplet: F6, CA and 13. RGB value is (246,202,19). Sum of RGB (Red+Green+Blue) = 246+202+19=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CA13 is #0935EC. Grayscale: #C3C3C3. Windows color (decimal): -603629 or 1297142. OLE color: 1297142.
HSL color Cylindrical-coordinate representation of color #F6CA13: hue angle of 48.37º 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 #F6CA13 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 19 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.04 |
| HSL | 48.37º | 0.93% | 0.52% | - |
| HSV(B) | 48.37º | 0.92% | 0.96% | - |
| XYZ | 59.24 | 61.88 | 9.44 | - |
| YUV | 194.29 | 29.08 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 19 | 0 | 0.18 | 0.92 | 0.04 | 48.37 | 0.93 | 0.52 |
| Hex | F6 | CA | 13 | 0 | 12 | 5C | 4 | 30 | 5D | 34 |
| Octal | 366 | 312 | 23 | 0 | 22 | 134 | 4 | 60 | 135 | 64 |
| Binary | 11110110 | 11001010 | 10011 | 0 | 10010 | 1011100 | 100 | 110000 | 1011101 | 110100 |
Color Harmonies of #F6CA13
Complementary color
Monochromatic Colors of #F6CA13
Black with #F6CA13
Text Example
Text Example
White with #F6CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA13; }
p { color: rgb(246,202,19); }
H1.HeaderClassName
{
color: #F6CA13;
}
.AnyTagClassName
{
color: #F6CA13;
}
</style>
background-color css
<style>
a { background-color: #F6CA13; }
a { background-color: rgb(246,202,19); }
div.DivClassName
{
background-color: #F6CA13;
}
.BgClassName
{
background-color: #F6CA13;
}
</style>
border-color css
<style>
span { border-color: #F6CA13; }
span { border-color: rgb(246,202,19); }
td.TdClassName
{
border-color: #F6CA13;
}
.TagClassName
{
border-color: #F6CA13;
}
</style>