Shades of Gold #F9D60B
Tints of Gold #F9D60B
RGB
CMYK
RGB Variations
Color information
#F9D60B (or 0xF9D60B) is known color: Gold. HEX triplet: F9, D6 and 0B. RGB value is (249,214,11). Sum of RGB (Red+Green+Blue) = 249+214+11=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D60B is #0629F4. Grayscale: #CACACA. Windows color (decimal): -403957 or 775929. OLE color: 775929.
HSL color Cylindrical-coordinate representation of color #F9D60B: hue angle of 51.18º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9D60B is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 11 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.02 |
| HSL | 51.18º | 0.95% | 0.51% | - |
| HSV(B) | 51.18º | 0.96% | 0.98% | - |
| XYZ | 63.17 | 68.26 | 10.16 | - |
| YUV | 201.32 | 20.6 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 11 | 0 | 0.14 | 0.96 | 0.02 | 51.18 | 0.95 | 0.51 |
| Hex | F9 | D6 | B | 0 | E | 60 | 2 | 33 | 5F | 33 |
| Octal | 371 | 326 | 13 | 0 | 16 | 140 | 2 | 63 | 137 | 63 |
| Binary | 11111001 | 11010110 | 1011 | 0 | 1110 | 1100000 | 10 | 110011 | 1011111 | 110011 |
Color Harmonies of #F9D60B
Complementary color
Monochromatic Colors of #F9D60B
Black with #F9D60B
Text Example
Text Example
White with #F9D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D60B; }
p { color: rgb(249,214,11); }
H1.HeaderClassName
{
color: #F9D60B;
}
.AnyTagClassName
{
color: #F9D60B;
}
</style>
background-color css
<style>
a { background-color: #F9D60B; }
a { background-color: rgb(249,214,11); }
div.DivClassName
{
background-color: #F9D60B;
}
.BgClassName
{
background-color: #F9D60B;
}
</style>
border-color css
<style>
span { border-color: #F9D60B; }
span { border-color: rgb(249,214,11); }
td.TdClassName
{
border-color: #F9D60B;
}
.TagClassName
{
border-color: #F9D60B;
}
</style>