Shades of Golden Yellow #F5DC08
Tints of Golden Yellow #F5DC08
RGB
CMYK
RGB Variations
Color information
#F5DC08 (or 0xF5DC08) is known color: Golden Yellow. HEX triplet: F5, DC and 08. RGB value is (245,220,8). Sum of RGB (Red+Green+Blue) = 245+220+8=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 8 (3.52% from 255 or 1.69% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DC08 is #0A23F7. Grayscale: #CCCCCC. Windows color (decimal): -664568 or 580853. OLE color: 580853.
HSL color Cylindrical-coordinate representation of color #F5DC08: hue angle of 53.67º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5DC08 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 8 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.04 |
| HSL | 53.67º | 0.94% | 0.5% | - |
| HSV(B) | 53.67º | 0.97% | 0.96% | - |
| XYZ | 63.29 | 70.62 | 10.52 | - |
| YUV | 203.31 | 17.78 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 8 | 0 | 0.10 | 0.97 | 0.04 | 53.67 | 0.94 | 0.5 |
| Hex | F5 | DC | 8 | 0 | A | 61 | 4 | 36 | 5E | 32 |
| Octal | 365 | 334 | 10 | 0 | 12 | 141 | 4 | 66 | 136 | 62 |
| Binary | 11110101 | 11011100 | 1000 | 0 | 1010 | 1100001 | 100 | 110110 | 1011110 | 110010 |
Color Harmonies of #F5DC08
Complementary color
Monochromatic Colors of #F5DC08
Black with #F5DC08
Text Example
Text Example
White with #F5DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC08; }
p { color: rgb(245,220,8); }
H1.HeaderClassName
{
color: #F5DC08;
}
.AnyTagClassName
{
color: #F5DC08;
}
</style>
background-color css
<style>
a { background-color: #F5DC08; }
a { background-color: rgb(245,220,8); }
div.DivClassName
{
background-color: #F5DC08;
}
.BgClassName
{
background-color: #F5DC08;
}
</style>
border-color css
<style>
span { border-color: #F5DC08; }
span { border-color: rgb(245,220,8); }
td.TdClassName
{
border-color: #F5DC08;
}
.TagClassName
{
border-color: #F5DC08;
}
</style>