Shades of Golden Yellow #F7DC00
Tints of Golden Yellow #F7DC00
RGB
CMYK
RGB Variations
Color information
#F7DC00 (or 0xF7DC00) is known color: Golden Yellow. HEX triplet: F7, DC and 00. RGB value is (247,220,0). Sum of RGB (Red+Green+Blue) = 247+220+0=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7DC00 is #0823FF. Grayscale: #CBCBCB. Windows color (decimal): -533504 or 56567. OLE color: 56567.
HSL color Cylindrical-coordinate representation of color #F7DC00: hue angle of 53.44º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7DC00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.03 |
| HSL | 53.44º | 1% | 0.48% | - |
| HSV(B) | 53.44º | 1% | 0.97% | - |
| XYZ | 63.95 | 70.96 | 10.33 | - |
| YUV | 202.99 | 13.45 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 0 | 0 | 0.11 | 1 | 0.03 | 53.44 | 1 | 0.48 |
| Hex | F7 | DC | 0 | 0 | B | 64 | 3 | 35 | 64 | 30 |
| Octal | 367 | 334 | 0 | 0 | 13 | 144 | 3 | 65 | 144 | 60 |
| Binary | 11110111 | 11011100 | 0 | 0 | 1011 | 1100100 | 11 | 110101 | 1100100 | 110000 |
Color Harmonies of #F7DC00
Complementary color
Monochromatic Colors of #F7DC00
Black with #F7DC00
Text Example
Text Example
White with #F7DC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC00; }
p { color: rgb(247,220,0); }
H1.HeaderClassName
{
color: #F7DC00;
}
.AnyTagClassName
{
color: #F7DC00;
}
</style>
background-color css
<style>
a { background-color: #F7DC00; }
a { background-color: rgb(247,220,0); }
div.DivClassName
{
background-color: #F7DC00;
}
.BgClassName
{
background-color: #F7DC00;
}
</style>
border-color css
<style>
span { border-color: #F7DC00; }
span { border-color: rgb(247,220,0); }
td.TdClassName
{
border-color: #F7DC00;
}
.TagClassName
{
border-color: #F7DC00;
}
</style>