Shades of Gold #F9D50D
Tints of Gold #F9D50D
RGB
CMYK
RGB Variations
Color information
#F9D50D (or 0xF9D50D) is known color: Gold. HEX triplet: F9, D5 and 0D. RGB value is (249,213,13). Sum of RGB (Red+Green+Blue) = 249+213+13=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D50D is #062AF2. Grayscale: #C9C9C9. Windows color (decimal): -404211 or 906745. OLE color: 906745.
HSL color Cylindrical-coordinate representation of color #F9D50D: hue angle of 50.85º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9D50D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.02 |
| HSL | 50.85º | 0.95% | 0.51% | - |
| HSV(B) | 50.85º | 0.95% | 0.98% | - |
| XYZ | 62.93 | 67.76 | 10.14 | - |
| YUV | 200.96 | 21.93 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 13 | 0 | 0.14 | 0.95 | 0.02 | 50.85 | 0.95 | 0.51 |
| Hex | F9 | D5 | D | 0 | E | 5F | 2 | 33 | 5F | 33 |
| Octal | 371 | 325 | 15 | 0 | 16 | 137 | 2 | 63 | 137 | 63 |
| Binary | 11111001 | 11010101 | 1101 | 0 | 1110 | 1011111 | 10 | 110011 | 1011111 | 110011 |
Color Harmonies of #F9D50D
Complementary color
Monochromatic Colors of #F9D50D
Black with #F9D50D
Text Example
Text Example
White with #F9D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D50D; }
p { color: rgb(249,213,13); }
H1.HeaderClassName
{
color: #F9D50D;
}
.AnyTagClassName
{
color: #F9D50D;
}
</style>
background-color css
<style>
a { background-color: #F9D50D; }
a { background-color: rgb(249,213,13); }
div.DivClassName
{
background-color: #F9D50D;
}
.BgClassName
{
background-color: #F9D50D;
}
</style>
border-color css
<style>
span { border-color: #F9D50D; }
span { border-color: rgb(249,213,13); }
td.TdClassName
{
border-color: #F9D50D;
}
.TagClassName
{
border-color: #F9D50D;
}
</style>