Shades of Golden Yellow #F6DC04
Tints of Golden Yellow #F6DC04
RGB
CMYK
RGB Variations
Color information
#F6DC04 (or 0xF6DC04) is known color: Golden Yellow. HEX triplet: F6, DC and 04. RGB value is (246,220,4). Sum of RGB (Red+Green+Blue) = 246+220+4=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 4 (1.95% from 255 or 0.85% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DC04 is #0923FB. Grayscale: #CCCCCC. Windows color (decimal): -599036 or 318710. OLE color: 318710.
HSL color Cylindrical-coordinate representation of color #F6DC04: hue angle of 53.55º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6DC04 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.04 |
| HSL | 53.55º | 0.97% | 0.49% | - |
| HSV(B) | 53.55º | 0.98% | 0.96% | - |
| XYZ | 63.62 | 70.79 | 10.43 | - |
| YUV | 203.15 | 15.61 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 4 | 0 | 0.11 | 0.98 | 0.04 | 53.55 | 0.97 | 0.49 |
| Hex | F6 | DC | 4 | 0 | B | 62 | 4 | 36 | 61 | 31 |
| Octal | 366 | 334 | 4 | 0 | 13 | 142 | 4 | 66 | 141 | 61 |
| Binary | 11110110 | 11011100 | 100 | 0 | 1011 | 1100010 | 100 | 110110 | 1100001 | 110001 |
Color Harmonies of #F6DC04
Complementary color
Monochromatic Colors of #F6DC04
Black with #F6DC04
Text Example
Text Example
White with #F6DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC04; }
p { color: rgb(246,220,4); }
H1.HeaderClassName
{
color: #F6DC04;
}
.AnyTagClassName
{
color: #F6DC04;
}
</style>
background-color css
<style>
a { background-color: #F6DC04; }
a { background-color: rgb(246,220,4); }
div.DivClassName
{
background-color: #F6DC04;
}
.BgClassName
{
background-color: #F6DC04;
}
</style>
border-color css
<style>
span { border-color: #F6DC04; }
span { border-color: rgb(246,220,4); }
td.TdClassName
{
border-color: #F6DC04;
}
.TagClassName
{
border-color: #F6DC04;
}
</style>