Shades of Golden Yellow #F9DC00
Tints of Golden Yellow #F9DC00
RGB
CMYK
RGB Variations
Color information
#F9DC00 (or 0xF9DC00) is known color: Golden Yellow. HEX triplet: F9, DC and 00. RGB value is (249,220,0). Sum of RGB (Red+Green+Blue) = 249+220+0=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DC00 is #0623FF. Grayscale: #CCCCCC. Windows color (decimal): -402432 or 56569. OLE color: 56569.
HSL color Cylindrical-coordinate representation of color #F9DC00: hue angle of 53.01º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9DC00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.02 |
| HSL | 53.01º | 1% | 0.49% | - |
| HSV(B) | 53.01º | 1% | 0.98% | - |
| XYZ | 64.66 | 71.33 | 10.36 | - |
| YUV | 203.59 | 13.11 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 0 | 0 | 0.12 | 1 | 0.02 | 53.01 | 1 | 0.49 |
| Hex | F9 | DC | 0 | 0 | C | 64 | 2 | 35 | 64 | 31 |
| Octal | 371 | 334 | 0 | 0 | 14 | 144 | 2 | 65 | 144 | 61 |
| Binary | 11111001 | 11011100 | 0 | 0 | 1100 | 1100100 | 10 | 110101 | 1100100 | 110001 |
Color Harmonies of #F9DC00
Complementary color
Monochromatic Colors of #F9DC00
Black with #F9DC00
Text Example
Text Example
White with #F9DC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC00; }
p { color: rgb(249,220,0); }
H1.HeaderClassName
{
color: #F9DC00;
}
.AnyTagClassName
{
color: #F9DC00;
}
</style>
background-color css
<style>
a { background-color: #F9DC00; }
a { background-color: rgb(249,220,0); }
div.DivClassName
{
background-color: #F9DC00;
}
.BgClassName
{
background-color: #F9DC00;
}
</style>
border-color css
<style>
span { border-color: #F9DC00; }
span { border-color: rgb(249,220,0); }
td.TdClassName
{
border-color: #F9DC00;
}
.TagClassName
{
border-color: #F9DC00;
}
</style>