Shades of Golden Yellow #F2DD07
Tints of Golden Yellow #F2DD07
RGB
CMYK
RGB Variations
Color information
#F2DD07 (or 0xF2DD07) is known color: Golden Yellow. HEX triplet: F2, DD and 07. RGB value is (242,221,7). Sum of RGB (Red+Green+Blue) = 242+221+7=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DD07 is #0D22F8. Grayscale: #CBCBCB. Windows color (decimal): -860921 or 515570. OLE color: 515570.
HSL color Cylindrical-coordinate representation of color #F2DD07: hue angle of 54.64º 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 #F2DD07 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.05 |
| HSL | 54.64º | 0.94% | 0.49% | - |
| HSV(B) | 54.64º | 0.97% | 0.95% | - |
| XYZ | 62.51 | 70.61 | 10.53 | - |
| YUV | 202.88 | 17.46 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 7 | 0 | 0.09 | 0.97 | 0.05 | 54.64 | 0.94 | 0.49 |
| Hex | F2 | DD | 7 | 0 | 9 | 61 | 5 | 37 | 5E | 31 |
| Octal | 362 | 335 | 7 | 0 | 11 | 141 | 5 | 67 | 136 | 61 |
| Binary | 11110010 | 11011101 | 111 | 0 | 1001 | 1100001 | 101 | 110111 | 1011110 | 110001 |
Color Harmonies of #F2DD07
Complementary color
Monochromatic Colors of #F2DD07
Black with #F2DD07
Text Example
Text Example
White with #F2DD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD07; }
p { color: rgb(242,221,7); }
H1.HeaderClassName
{
color: #F2DD07;
}
.AnyTagClassName
{
color: #F2DD07;
}
</style>
background-color css
<style>
a { background-color: #F2DD07; }
a { background-color: rgb(242,221,7); }
div.DivClassName
{
background-color: #F2DD07;
}
.BgClassName
{
background-color: #F2DD07;
}
</style>
border-color css
<style>
span { border-color: #F2DD07; }
span { border-color: rgb(242,221,7); }
td.TdClassName
{
border-color: #F2DD07;
}
.TagClassName
{
border-color: #F2DD07;
}
</style>