Shades of Golden Yellow #F2DB09
Tints of Golden Yellow #F2DB09
RGB
CMYK
RGB Variations
Color information
#F2DB09 (or 0xF2DB09) is known color: Golden Yellow. HEX triplet: F2, DB and 09. RGB value is (242,219,9). Sum of RGB (Red+Green+Blue) = 242+219+9=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 9 (3.91% from 255 or 1.91% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DB09 is #0D24F6. Grayscale: #CACACA. Windows color (decimal): -861431 or 646130. OLE color: 646130.
HSL color Cylindrical-coordinate representation of color #F2DB09: hue angle of 54.08º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2DB09 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 9 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.05 |
| HSL | 54.08º | 0.93% | 0.49% | - |
| HSV(B) | 54.08º | 0.96% | 0.95% | - |
| XYZ | 62 | 69.56 | 10.42 | - |
| YUV | 201.94 | 19.12 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 9 | 0 | 0.10 | 0.96 | 0.05 | 54.08 | 0.93 | 0.49 |
| Hex | F2 | DB | 9 | 0 | A | 60 | 5 | 36 | 5D | 31 |
| Octal | 362 | 333 | 11 | 0 | 12 | 140 | 5 | 66 | 135 | 61 |
| Binary | 11110010 | 11011011 | 1001 | 0 | 1010 | 1100000 | 101 | 110110 | 1011101 | 110001 |
Color Harmonies of #F2DB09
Complementary color
Monochromatic Colors of #F2DB09
Black with #F2DB09
Text Example
Text Example
White with #F2DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB09; }
p { color: rgb(242,219,9); }
H1.HeaderClassName
{
color: #F2DB09;
}
.AnyTagClassName
{
color: #F2DB09;
}
</style>
background-color css
<style>
a { background-color: #F2DB09; }
a { background-color: rgb(242,219,9); }
div.DivClassName
{
background-color: #F2DB09;
}
.BgClassName
{
background-color: #F2DB09;
}
</style>
border-color css
<style>
span { border-color: #F2DB09; }
span { border-color: rgb(242,219,9); }
td.TdClassName
{
border-color: #F2DB09;
}
.TagClassName
{
border-color: #F2DB09;
}
</style>