Shades of Golden Yellow #F2DD04
Tints of Golden Yellow #F2DD04
RGB
CMYK
RGB Variations
Color information
#F2DD04 (or 0xF2DD04) is known color: Golden Yellow. HEX triplet: F2, DD and 04. RGB value is (242,221,4). Sum of RGB (Red+Green+Blue) = 242+221+4=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DD04 is #0D22FB. Grayscale: #CBCBCB. Windows color (decimal): -860924 or 318962. OLE color: 318962.
HSL color Cylindrical-coordinate representation of color #F2DD04: hue angle of 54.71º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2DD04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.05 |
| HSL | 54.71º | 0.97% | 0.48% | - |
| HSV(B) | 54.71º | 0.98% | 0.95% | - |
| XYZ | 62.5 | 70.6 | 10.45 | - |
| YUV | 202.54 | 15.96 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 4 | 0 | 0.09 | 0.98 | 0.05 | 54.71 | 0.97 | 0.48 |
| Hex | F2 | DD | 4 | 0 | 9 | 62 | 5 | 37 | 61 | 30 |
| Octal | 362 | 335 | 4 | 0 | 11 | 142 | 5 | 67 | 141 | 60 |
| Binary | 11110010 | 11011101 | 100 | 0 | 1001 | 1100010 | 101 | 110111 | 1100001 | 110000 |
Color Harmonies of #F2DD04
Complementary color
Monochromatic Colors of #F2DD04
Black with #F2DD04
Text Example
Text Example
White with #F2DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD04; }
p { color: rgb(242,221,4); }
H1.HeaderClassName
{
color: #F2DD04;
}
.AnyTagClassName
{
color: #F2DD04;
}
</style>
background-color css
<style>
a { background-color: #F2DD04; }
a { background-color: rgb(242,221,4); }
div.DivClassName
{
background-color: #F2DD04;
}
.BgClassName
{
background-color: #F2DD04;
}
</style>
border-color css
<style>
span { border-color: #F2DD04; }
span { border-color: rgb(242,221,4); }
td.TdClassName
{
border-color: #F2DD04;
}
.TagClassName
{
border-color: #F2DD04;
}
</style>