Shades of Golden Yellow #F8DB02
Tints of Golden Yellow #F8DB02
RGB
CMYK
RGB Variations
Color information
#F8DB02 (or 0xF8DB02) is known color: Golden Yellow. HEX triplet: F8, DB and 02. RGB value is (248,219,2). Sum of RGB (Red+Green+Blue) = 248+219+2=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DB02 is #0724FD. Grayscale: #CBCBCB. Windows color (decimal): -468222 or 187384. OLE color: 187384.
HSL color Cylindrical-coordinate representation of color #F8DB02: hue angle of 52.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8DB02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.03 |
| HSL | 52.93º | 0.98% | 0.49% | - |
| HSV(B) | 52.93º | 0.99% | 0.97% | - |
| XYZ | 64.05 | 70.62 | 10.31 | - |
| YUV | 202.93 | 14.61 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 2 | 0 | 0.12 | 0.99 | 0.03 | 52.93 | 0.98 | 0.49 |
| Hex | F8 | DB | 2 | 0 | C | 63 | 3 | 35 | 62 | 31 |
| Octal | 370 | 333 | 2 | 0 | 14 | 143 | 3 | 65 | 142 | 61 |
| Binary | 11111000 | 11011011 | 10 | 0 | 1100 | 1100011 | 11 | 110101 | 1100010 | 110001 |
Color Harmonies of #F8DB02
Complementary color
Monochromatic Colors of #F8DB02
Black with #F8DB02
Text Example
Text Example
White with #F8DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB02; }
p { color: rgb(248,219,2); }
H1.HeaderClassName
{
color: #F8DB02;
}
.AnyTagClassName
{
color: #F8DB02;
}
</style>
background-color css
<style>
a { background-color: #F8DB02; }
a { background-color: rgb(248,219,2); }
div.DivClassName
{
background-color: #F8DB02;
}
.BgClassName
{
background-color: #F8DB02;
}
</style>
border-color css
<style>
span { border-color: #F8DB02; }
span { border-color: rgb(248,219,2); }
td.TdClassName
{
border-color: #F8DB02;
}
.TagClassName
{
border-color: #F8DB02;
}
</style>