Shades of Golden Yellow #F9DB02
Tints of Golden Yellow #F9DB02
RGB
CMYK
RGB Variations
Color information
#F9DB02 (or 0xF9DB02) is known color: Golden Yellow. HEX triplet: F9, DB and 02. RGB value is (249,219,2). Sum of RGB (Red+Green+Blue) = 249+219+2=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 2 (1.17% from 255 or 0.43% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DB02 is #0624FD. Grayscale: #CCCCCC. Windows color (decimal): -402686 or 187385. OLE color: 187385.
HSL color Cylindrical-coordinate representation of color #F9DB02: hue angle of 52.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9DB02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.02 |
| HSL | 52.71º | 0.98% | 0.49% | - |
| HSV(B) | 52.71º | 0.99% | 0.98% | - |
| XYZ | 64.41 | 70.81 | 10.33 | - |
| YUV | 203.23 | 14.44 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 2 | 0 | 0.12 | 0.99 | 0.02 | 52.71 | 0.98 | 0.49 |
| Hex | F9 | DB | 2 | 0 | C | 63 | 2 | 35 | 62 | 31 |
| Octal | 371 | 333 | 2 | 0 | 14 | 143 | 2 | 65 | 142 | 61 |
| Binary | 11111001 | 11011011 | 10 | 0 | 1100 | 1100011 | 10 | 110101 | 1100010 | 110001 |
Color Harmonies of #F9DB02
Complementary color
Monochromatic Colors of #F9DB02
Black with #F9DB02
Text Example
Text Example
White with #F9DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB02; }
p { color: rgb(249,219,2); }
H1.HeaderClassName
{
color: #F9DB02;
}
.AnyTagClassName
{
color: #F9DB02;
}
</style>
background-color css
<style>
a { background-color: #F9DB02; }
a { background-color: rgb(249,219,2); }
div.DivClassName
{
background-color: #F9DB02;
}
.BgClassName
{
background-color: #F9DB02;
}
</style>
border-color css
<style>
span { border-color: #F9DB02; }
span { border-color: rgb(249,219,2); }
td.TdClassName
{
border-color: #F9DB02;
}
.TagClassName
{
border-color: #F9DB02;
}
</style>