Shades of Golden Yellow #F8DB04
Tints of Golden Yellow #F8DB04
RGB
CMYK
RGB Variations
Color information
#F8DB04 (or 0xF8DB04) is known color: Golden Yellow. HEX triplet: F8, DB and 04. RGB value is (248,219,4). Sum of RGB (Red+Green+Blue) = 248+219+4=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 4 (1.95% from 255 or 0.85% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DB04 is #0724FB. Grayscale: #CCCCCC. Windows color (decimal): -468220 or 318456. OLE color: 318456.
HSL color Cylindrical-coordinate representation of color #F8DB04: hue angle of 52.87º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8DB04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.03 |
| HSL | 52.87º | 0.97% | 0.49% | - |
| HSV(B) | 52.87º | 0.98% | 0.97% | - |
| XYZ | 64.06 | 70.63 | 10.37 | - |
| YUV | 203.16 | 15.61 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 4 | 0 | 0.12 | 0.98 | 0.03 | 52.87 | 0.97 | 0.49 |
| Hex | F8 | DB | 4 | 0 | C | 62 | 3 | 35 | 61 | 31 |
| Octal | 370 | 333 | 4 | 0 | 14 | 142 | 3 | 65 | 141 | 61 |
| Binary | 11111000 | 11011011 | 100 | 0 | 1100 | 1100010 | 11 | 110101 | 1100001 | 110001 |
Color Harmonies of #F8DB04
Complementary color
Monochromatic Colors of #F8DB04
Black with #F8DB04
Text Example
Text Example
White with #F8DB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB04; }
p { color: rgb(248,219,4); }
H1.HeaderClassName
{
color: #F8DB04;
}
.AnyTagClassName
{
color: #F8DB04;
}
</style>
background-color css
<style>
a { background-color: #F8DB04; }
a { background-color: rgb(248,219,4); }
div.DivClassName
{
background-color: #F8DB04;
}
.BgClassName
{
background-color: #F8DB04;
}
</style>
border-color css
<style>
span { border-color: #F8DB04; }
span { border-color: rgb(248,219,4); }
td.TdClassName
{
border-color: #F8DB04;
}
.TagClassName
{
border-color: #F8DB04;
}
</style>