Shades of Gold #F2D509
Tints of Gold #F2D509
RGB
CMYK
RGB Variations
Color information
#F2D509 (or 0xF2D509) is known color: Gold. HEX triplet: F2, D5 and 09. RGB value is (242,213,9). Sum of RGB (Red+Green+Blue) = 242+213+9=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 9 (3.91% from 255 or 1.94% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D509 is #0D2AF6. Grayscale: #C7C7C7. Windows color (decimal): -862967 or 644594. OLE color: 644594.
HSL color Cylindrical-coordinate representation of color #F2D509: hue angle of 52.53º degrees, saturation: 0.93, 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 #F2D509 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.05 |
| HSL | 52.53º | 0.93% | 0.49% | - |
| HSV(B) | 52.53º | 0.96% | 0.95% | - |
| XYZ | 60.46 | 66.49 | 9.9 | - |
| YUV | 198.42 | 21.11 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 9 | 0 | 0.12 | 0.96 | 0.05 | 52.53 | 0.93 | 0.49 |
| Hex | F2 | D5 | 9 | 0 | C | 60 | 5 | 35 | 5D | 31 |
| Octal | 362 | 325 | 11 | 0 | 14 | 140 | 5 | 65 | 135 | 61 |
| Binary | 11110010 | 11010101 | 1001 | 0 | 1100 | 1100000 | 101 | 110101 | 1011101 | 110001 |
Color Harmonies of #F2D509
Complementary color
Monochromatic Colors of #F2D509
Black with #F2D509
Text Example
Text Example
White with #F2D509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D509; }
p { color: rgb(242,213,9); }
H1.HeaderClassName
{
color: #F2D509;
}
.AnyTagClassName
{
color: #F2D509;
}
</style>
background-color css
<style>
a { background-color: #F2D509; }
a { background-color: rgb(242,213,9); }
div.DivClassName
{
background-color: #F2D509;
}
.BgClassName
{
background-color: #F2D509;
}
</style>
border-color css
<style>
span { border-color: #F2D509; }
span { border-color: rgb(242,213,9); }
td.TdClassName
{
border-color: #F2D509;
}
.TagClassName
{
border-color: #F2D509;
}
</style>