Shades of Golden Yellow #F5DC06
Tints of Golden Yellow #F5DC06
RGB
CMYK
RGB Variations
Color information
#F5DC06 (or 0xF5DC06) is known color: Golden Yellow. HEX triplet: F5, DC and 06. RGB value is (245,220,6). Sum of RGB (Red+Green+Blue) = 245+220+6=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 6 (2.73% from 255 or 1.27% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DC06 is #0A23F9. Grayscale: #CBCBCB. Windows color (decimal): -664570 or 449781. OLE color: 449781.
HSL color Cylindrical-coordinate representation of color #F5DC06: hue angle of 53.72º degrees, saturation: 0.95, 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 #F5DC06 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 6 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.04 |
| HSL | 53.72º | 0.95% | 0.49% | - |
| HSV(B) | 53.72º | 0.98% | 0.96% | - |
| XYZ | 63.28 | 70.61 | 10.47 | - |
| YUV | 203.08 | 16.78 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 6 | 0 | 0.10 | 0.98 | 0.04 | 53.72 | 0.95 | 0.49 |
| Hex | F5 | DC | 6 | 0 | A | 62 | 4 | 36 | 5F | 31 |
| Octal | 365 | 334 | 6 | 0 | 12 | 142 | 4 | 66 | 137 | 61 |
| Binary | 11110101 | 11011100 | 110 | 0 | 1010 | 1100010 | 100 | 110110 | 1011111 | 110001 |
Color Harmonies of #F5DC06
Complementary color
Monochromatic Colors of #F5DC06
Black with #F5DC06
Text Example
Text Example
White with #F5DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC06; }
p { color: rgb(245,220,6); }
H1.HeaderClassName
{
color: #F5DC06;
}
.AnyTagClassName
{
color: #F5DC06;
}
</style>
background-color css
<style>
a { background-color: #F5DC06; }
a { background-color: rgb(245,220,6); }
div.DivClassName
{
background-color: #F5DC06;
}
.BgClassName
{
background-color: #F5DC06;
}
</style>
border-color css
<style>
span { border-color: #F5DC06; }
span { border-color: rgb(245,220,6); }
td.TdClassName
{
border-color: #F5DC06;
}
.TagClassName
{
border-color: #F5DC06;
}
</style>