Shades of Golden Yellow #F8DC06
Tints of Golden Yellow #F8DC06
RGB
CMYK
RGB Variations
Color information
#F8DC06 (or 0xF8DC06) is known color: Golden Yellow. HEX triplet: F8, DC and 06. RGB value is (248,220,6). Sum of RGB (Red+Green+Blue) = 248+220+6=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 6 (2.73% from 255 or 1.27% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DC06 is #0723F9. Grayscale: #CCCCCC. Windows color (decimal): -467962 or 449784. OLE color: 449784.
HSL color Cylindrical-coordinate representation of color #F8DC06: hue angle of 53.06º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8DC06 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 6 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.03 |
| HSL | 53.06º | 0.95% | 0.5% | - |
| HSV(B) | 53.06º | 0.98% | 0.97% | - |
| XYZ | 64.34 | 71.16 | 10.52 | - |
| YUV | 203.98 | 16.28 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 6 | 0 | 0.11 | 0.98 | 0.03 | 53.06 | 0.95 | 0.5 |
| Hex | F8 | DC | 6 | 0 | B | 62 | 3 | 35 | 5F | 32 |
| Octal | 370 | 334 | 6 | 0 | 13 | 142 | 3 | 65 | 137 | 62 |
| Binary | 11111000 | 11011100 | 110 | 0 | 1011 | 1100010 | 11 | 110101 | 1011111 | 110010 |
Color Harmonies of #F8DC06
Complementary color
Monochromatic Colors of #F8DC06
Black with #F8DC06
Text Example
Text Example
White with #F8DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC06; }
p { color: rgb(248,220,6); }
H1.HeaderClassName
{
color: #F8DC06;
}
.AnyTagClassName
{
color: #F8DC06;
}
</style>
background-color css
<style>
a { background-color: #F8DC06; }
a { background-color: rgb(248,220,6); }
div.DivClassName
{
background-color: #F8DC06;
}
.BgClassName
{
background-color: #F8DC06;
}
</style>
border-color css
<style>
span { border-color: #F8DC06; }
span { border-color: rgb(248,220,6); }
td.TdClassName
{
border-color: #F8DC06;
}
.TagClassName
{
border-color: #F8DC06;
}
</style>