Shades of Gold #F2D50C
Tints of Gold #F2D50C
RGB
CMYK
RGB Variations
Color information
#F2D50C (or 0xF2D50C) is known color: Gold. HEX triplet: F2, D5 and 0C. RGB value is (242,213,12). Sum of RGB (Red+Green+Blue) = 242+213+12=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D50C is #0D2AF3. Grayscale: #C7C7C7. Windows color (decimal): -862964 or 841202. OLE color: 841202.
HSL color Cylindrical-coordinate representation of color #F2D50C: hue angle of 52.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2D50C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.05 |
| HSL | 52.43º | 0.91% | 0.5% | - |
| HSV(B) | 52.43º | 0.95% | 0.95% | - |
| XYZ | 60.48 | 66.49 | 9.99 | - |
| YUV | 198.76 | 22.61 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 12 | 0 | 0.12 | 0.95 | 0.05 | 52.43 | 0.91 | 0.5 |
| Hex | F2 | D5 | C | 0 | C | 5F | 5 | 34 | 5B | 32 |
| Octal | 362 | 325 | 14 | 0 | 14 | 137 | 5 | 64 | 133 | 62 |
| Binary | 11110010 | 11010101 | 1100 | 0 | 1100 | 1011111 | 101 | 110100 | 1011011 | 110010 |
Color Harmonies of #F2D50C
Complementary color
Monochromatic Colors of #F2D50C
Black with #F2D50C
Text Example
Text Example
White with #F2D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D50C; }
p { color: rgb(242,213,12); }
H1.HeaderClassName
{
color: #F2D50C;
}
.AnyTagClassName
{
color: #F2D50C;
}
</style>
background-color css
<style>
a { background-color: #F2D50C; }
a { background-color: rgb(242,213,12); }
div.DivClassName
{
background-color: #F2D50C;
}
.BgClassName
{
background-color: #F2D50C;
}
</style>
border-color css
<style>
span { border-color: #F2D50C; }
span { border-color: rgb(242,213,12); }
td.TdClassName
{
border-color: #F2D50C;
}
.TagClassName
{
border-color: #F2D50C;
}
</style>