Shades of Gold #F2D50A
Tints of Gold #F2D50A
RGB
CMYK
RGB Variations
Color information
#F2D50A (or 0xF2D50A) is known color: Gold. HEX triplet: F2, D5 and 0A. RGB value is (242,213,10). Sum of RGB (Red+Green+Blue) = 242+213+10=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D50A is #0D2AF5. Grayscale: #C7C7C7. Windows color (decimal): -862966 or 710130. OLE color: 710130.
HSL color Cylindrical-coordinate representation of color #F2D50A: hue angle of 52.5º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2D50A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.05 |
| HSL | 52.5º | 0.92% | 0.49% | - |
| HSV(B) | 52.5º | 0.96% | 0.95% | - |
| XYZ | 60.47 | 66.49 | 9.93 | - |
| YUV | 198.53 | 21.61 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 10 | 0 | 0.12 | 0.96 | 0.05 | 52.5 | 0.92 | 0.49 |
| Hex | F2 | D5 | A | 0 | C | 60 | 5 | 34 | 5C | 31 |
| Octal | 362 | 325 | 12 | 0 | 14 | 140 | 5 | 64 | 134 | 61 |
| Binary | 11110010 | 11010101 | 1010 | 0 | 1100 | 1100000 | 101 | 110100 | 1011100 | 110001 |
Color Harmonies of #F2D50A
Complementary color
Monochromatic Colors of #F2D50A
Black with #F2D50A
Text Example
Text Example
White with #F2D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D50A; }
p { color: rgb(242,213,10); }
H1.HeaderClassName
{
color: #F2D50A;
}
.AnyTagClassName
{
color: #F2D50A;
}
</style>
background-color css
<style>
a { background-color: #F2D50A; }
a { background-color: rgb(242,213,10); }
div.DivClassName
{
background-color: #F2D50A;
}
.BgClassName
{
background-color: #F2D50A;
}
</style>
border-color css
<style>
span { border-color: #F2D50A; }
span { border-color: rgb(242,213,10); }
td.TdClassName
{
border-color: #F2D50A;
}
.TagClassName
{
border-color: #F2D50A;
}
</style>