Shades of Golden Yellow #F2DC00
Tints of Golden Yellow #F2DC00
RGB
CMYK
RGB Variations
Color information
#F2DC00 (or 0xF2DC00) is known color: Golden Yellow. HEX triplet: F2, DC and 00. RGB value is (242,220,0). Sum of RGB (Red+Green+Blue) = 242+220+0=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC00 is #0D23FF. Grayscale: #CACACA. Windows color (decimal): -861184 or 56562. OLE color: 56562.
HSL color Cylindrical-coordinate representation of color #F2DC00: hue angle of 54.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2DC00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.05 |
| HSL | 54.55º | 1% | 0.47% | - |
| HSV(B) | 54.55º | 1% | 0.95% | - |
| XYZ | 62.21 | 70.06 | 10.24 | - |
| YUV | 201.5 | 14.29 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 0 | 0 | 0.09 | 1 | 0.05 | 54.55 | 1 | 0.47 |
| Hex | F2 | DC | 0 | 0 | 9 | 64 | 5 | 37 | 64 | 2F |
| Octal | 362 | 334 | 0 | 0 | 11 | 144 | 5 | 67 | 144 | 57 |
| Binary | 11110010 | 11011100 | 0 | 0 | 1001 | 1100100 | 101 | 110111 | 1100100 | 101111 |
Color Harmonies of #F2DC00
Complementary color
Monochromatic Colors of #F2DC00
Black with #F2DC00
Text Example
Text Example
White with #F2DC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC00; }
p { color: rgb(242,220,0); }
H1.HeaderClassName
{
color: #F2DC00;
}
.AnyTagClassName
{
color: #F2DC00;
}
</style>
background-color css
<style>
a { background-color: #F2DC00; }
a { background-color: rgb(242,220,0); }
div.DivClassName
{
background-color: #F2DC00;
}
.BgClassName
{
background-color: #F2DC00;
}
</style>
border-color css
<style>
span { border-color: #F2DC00; }
span { border-color: rgb(242,220,0); }
td.TdClassName
{
border-color: #F2DC00;
}
.TagClassName
{
border-color: #F2DC00;
}
</style>