Shades of Golden Yellow #F2DD09
Tints of Golden Yellow #F2DD09
RGB
CMYK
RGB Variations
Color information
#F2DD09 (or 0xF2DD09) is known color: Golden Yellow. HEX triplet: F2, DD and 09. RGB value is (242,221,9). Sum of RGB (Red+Green+Blue) = 242+221+9=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 9 (3.91% from 255 or 1.91% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DD09 is #0D22F6. Grayscale: #CBCBCB. Windows color (decimal): -860919 or 646642. OLE color: 646642.
HSL color Cylindrical-coordinate representation of color #F2DD09: hue angle of 54.59º 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 #F2DD09 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.05 |
| HSL | 54.59º | 0.93% | 0.49% | - |
| HSV(B) | 54.59º | 0.96% | 0.95% | - |
| XYZ | 62.52 | 70.61 | 10.59 | - |
| YUV | 203.11 | 18.46 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 9 | 0 | 0.09 | 0.96 | 0.05 | 54.59 | 0.93 | 0.49 |
| Hex | F2 | DD | 9 | 0 | 9 | 60 | 5 | 37 | 5D | 31 |
| Octal | 362 | 335 | 11 | 0 | 11 | 140 | 5 | 67 | 135 | 61 |
| Binary | 11110010 | 11011101 | 1001 | 0 | 1001 | 1100000 | 101 | 110111 | 1011101 | 110001 |
Color Harmonies of #F2DD09
Complementary color
Monochromatic Colors of #F2DD09
Black with #F2DD09
Text Example
Text Example
White with #F2DD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD09; }
p { color: rgb(242,221,9); }
H1.HeaderClassName
{
color: #F2DD09;
}
.AnyTagClassName
{
color: #F2DD09;
}
</style>
background-color css
<style>
a { background-color: #F2DD09; }
a { background-color: rgb(242,221,9); }
div.DivClassName
{
background-color: #F2DD09;
}
.BgClassName
{
background-color: #F2DD09;
}
</style>
border-color css
<style>
span { border-color: #F2DD09; }
span { border-color: rgb(242,221,9); }
td.TdClassName
{
border-color: #F2DD09;
}
.TagClassName
{
border-color: #F2DD09;
}
</style>