Shades of Golden Yellow #F2DB08
Tints of Golden Yellow #F2DB08
RGB
CMYK
RGB Variations
Color information
#F2DB08 (or 0xF2DB08) is known color: Golden Yellow. HEX triplet: F2, DB and 08. RGB value is (242,219,8). Sum of RGB (Red+Green+Blue) = 242+219+8=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 8 (3.52% from 255 or 1.71% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DB08 is #0D24F7. Grayscale: #CACACA. Windows color (decimal): -861432 or 580594. OLE color: 580594.
HSL color Cylindrical-coordinate representation of color #F2DB08: hue angle of 54.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2DB08 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 8 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.05 |
| HSL | 54.1º | 0.94% | 0.49% | - |
| HSV(B) | 54.1º | 0.97% | 0.95% | - |
| XYZ | 61.99 | 69.56 | 10.39 | - |
| YUV | 201.82 | 18.62 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 8 | 0 | 0.10 | 0.97 | 0.05 | 54.1 | 0.94 | 0.49 |
| Hex | F2 | DB | 8 | 0 | A | 61 | 5 | 36 | 5E | 31 |
| Octal | 362 | 333 | 10 | 0 | 12 | 141 | 5 | 66 | 136 | 61 |
| Binary | 11110010 | 11011011 | 1000 | 0 | 1010 | 1100001 | 101 | 110110 | 1011110 | 110001 |
Color Harmonies of #F2DB08
Complementary color
Monochromatic Colors of #F2DB08
Black with #F2DB08
Text Example
Text Example
White with #F2DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB08; }
p { color: rgb(242,219,8); }
H1.HeaderClassName
{
color: #F2DB08;
}
.AnyTagClassName
{
color: #F2DB08;
}
</style>
background-color css
<style>
a { background-color: #F2DB08; }
a { background-color: rgb(242,219,8); }
div.DivClassName
{
background-color: #F2DB08;
}
.BgClassName
{
background-color: #F2DB08;
}
</style>
border-color css
<style>
span { border-color: #F2DB08; }
span { border-color: rgb(242,219,8); }
td.TdClassName
{
border-color: #F2DB08;
}
.TagClassName
{
border-color: #F2DB08;
}
</style>