Shades of Golden Yellow #F9DB00
Tints of Golden Yellow #F9DB00
RGB
CMYK
RGB Variations
Color information
#F9DB00 (or 0xF9DB00) is known color: Golden Yellow. HEX triplet: F9, DB and 00. RGB value is (249,219,0). Sum of RGB (Red+Green+Blue) = 249+219+0=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DB00 is #0624FF. Grayscale: #CBCBCB. Windows color (decimal): -402688 or 56313. OLE color: 56313.
HSL color Cylindrical-coordinate representation of color #F9DB00: hue angle of 52.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9DB00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.02 |
| HSL | 52.77º | 1% | 0.49% | - |
| HSV(B) | 52.77º | 1% | 0.98% | - |
| XYZ | 64.4 | 70.8 | 10.27 | - |
| YUV | 203 | 13.44 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 0 | 0 | 0.12 | 1 | 0.02 | 52.77 | 1 | 0.49 |
| Hex | F9 | DB | 0 | 0 | C | 64 | 2 | 35 | 64 | 31 |
| Octal | 371 | 333 | 0 | 0 | 14 | 144 | 2 | 65 | 144 | 61 |
| Binary | 11111001 | 11011011 | 0 | 0 | 1100 | 1100100 | 10 | 110101 | 1100100 | 110001 |
Color Harmonies of #F9DB00
Complementary color
Monochromatic Colors of #F9DB00
Black with #F9DB00
Text Example
Text Example
White with #F9DB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB00; }
p { color: rgb(249,219,0); }
H1.HeaderClassName
{
color: #F9DB00;
}
.AnyTagClassName
{
color: #F9DB00;
}
</style>
background-color css
<style>
a { background-color: #F9DB00; }
a { background-color: rgb(249,219,0); }
div.DivClassName
{
background-color: #F9DB00;
}
.BgClassName
{
background-color: #F9DB00;
}
</style>
border-color css
<style>
span { border-color: #F9DB00; }
span { border-color: rgb(249,219,0); }
td.TdClassName
{
border-color: #F9DB00;
}
.TagClassName
{
border-color: #F9DB00;
}
</style>