Shades of Golden Yellow #F8DC08
Tints of Golden Yellow #F8DC08
RGB
CMYK
RGB Variations
Color information
#F8DC08 (or 0xF8DC08) is known color: Golden Yellow. HEX triplet: F8, DC and 08. RGB value is (248,220,8). Sum of RGB (Red+Green+Blue) = 248+220+8=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 8 (3.52% from 255 or 1.68% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DC08 is #0723F7. Grayscale: #CDCDCD. Windows color (decimal): -467960 or 580856. OLE color: 580856.
HSL color Cylindrical-coordinate representation of color #F8DC08: hue angle of 53º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8DC08 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 8 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.03 |
| HSL | 53º | 0.94% | 0.5% | - |
| HSV(B) | 53º | 0.97% | 0.97% | - |
| XYZ | 64.35 | 71.16 | 10.57 | - |
| YUV | 204.2 | 17.28 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 8 | 0 | 0.11 | 0.97 | 0.03 | 53 | 0.94 | 0.5 |
| Hex | F8 | DC | 8 | 0 | B | 61 | 3 | 35 | 5E | 32 |
| Octal | 370 | 334 | 10 | 0 | 13 | 141 | 3 | 65 | 136 | 62 |
| Binary | 11111000 | 11011100 | 1000 | 0 | 1011 | 1100001 | 11 | 110101 | 1011110 | 110010 |
Color Harmonies of #F8DC08
Complementary color
Monochromatic Colors of #F8DC08
Black with #F8DC08
Text Example
Text Example
White with #F8DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC08; }
p { color: rgb(248,220,8); }
H1.HeaderClassName
{
color: #F8DC08;
}
.AnyTagClassName
{
color: #F8DC08;
}
</style>
background-color css
<style>
a { background-color: #F8DC08; }
a { background-color: rgb(248,220,8); }
div.DivClassName
{
background-color: #F8DC08;
}
.BgClassName
{
background-color: #F8DC08;
}
</style>
border-color css
<style>
span { border-color: #F8DC08; }
span { border-color: rgb(248,220,8); }
td.TdClassName
{
border-color: #F8DC08;
}
.TagClassName
{
border-color: #F8DC08;
}
</style>