Shades of Golden Yellow #F2DC06
Tints of Golden Yellow #F2DC06
RGB
CMYK
RGB Variations
Color information
#F2DC06 (or 0xF2DC06) is known color: Golden Yellow. HEX triplet: F2, DC and 06. RGB value is (242,220,6). Sum of RGB (Red+Green+Blue) = 242+220+6=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC06 is #0D23F9. Grayscale: #CBCBCB. Windows color (decimal): -861178 or 449778. OLE color: 449778.
HSL color Cylindrical-coordinate representation of color #F2DC06: hue angle of 54.41º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2DC06 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 6 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.05 |
| HSL | 54.41º | 0.95% | 0.49% | - |
| HSV(B) | 54.41º | 0.98% | 0.95% | - |
| XYZ | 62.24 | 70.08 | 10.42 | - |
| YUV | 202.18 | 17.29 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 6 | 0 | 0.09 | 0.98 | 0.05 | 54.41 | 0.95 | 0.49 |
| Hex | F2 | DC | 6 | 0 | 9 | 62 | 5 | 36 | 5F | 31 |
| Octal | 362 | 334 | 6 | 0 | 11 | 142 | 5 | 66 | 137 | 61 |
| Binary | 11110010 | 11011100 | 110 | 0 | 1001 | 1100010 | 101 | 110110 | 1011111 | 110001 |
Color Harmonies of #F2DC06
Complementary color
Monochromatic Colors of #F2DC06
Black with #F2DC06
Text Example
Text Example
White with #F2DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC06; }
p { color: rgb(242,220,6); }
H1.HeaderClassName
{
color: #F2DC06;
}
.AnyTagClassName
{
color: #F2DC06;
}
</style>
background-color css
<style>
a { background-color: #F2DC06; }
a { background-color: rgb(242,220,6); }
div.DivClassName
{
background-color: #F2DC06;
}
.BgClassName
{
background-color: #F2DC06;
}
</style>
border-color css
<style>
span { border-color: #F2DC06; }
span { border-color: rgb(242,220,6); }
td.TdClassName
{
border-color: #F2DC06;
}
.TagClassName
{
border-color: #F2DC06;
}
</style>