Shades of Gold #FAD60F
Tints of Gold #FAD60F
RGB
CMYK
RGB Variations
Color information
#FAD60F (or 0xFAD60F) is known color: Gold. HEX triplet: FA, D6 and 0F. RGB value is (250,214,15). Sum of RGB (Red+Green+Blue) = 250+214+15=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD60F is #0529F0. Grayscale: #CACACA. Windows color (decimal): -338417 or 1038074. OLE color: 1038074.
HSL color Cylindrical-coordinate representation of color #FAD60F: hue angle of 50.81º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAD60F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 15 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.02 |
| HSL | 50.81º | 0.96% | 0.52% | - |
| HSV(B) | 50.81º | 0.94% | 0.98% | - |
| XYZ | 63.56 | 68.45 | 10.31 | - |
| YUV | 202.08 | 22.43 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 15 | 0 | 0.14 | 0.94 | 0.02 | 50.81 | 0.96 | 0.52 |
| Hex | FA | D6 | F | 0 | E | 5E | 2 | 33 | 60 | 34 |
| Octal | 372 | 326 | 17 | 0 | 16 | 136 | 2 | 63 | 140 | 64 |
| Binary | 11111010 | 11010110 | 1111 | 0 | 1110 | 1011110 | 10 | 110011 | 1100000 | 110100 |
Color Harmonies of #FAD60F
Complementary color
Monochromatic Colors of #FAD60F
Black with #FAD60F
Text Example
Text Example
White with #FAD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD60F; }
p { color: rgb(250,214,15); }
H1.HeaderClassName
{
color: #FAD60F;
}
.AnyTagClassName
{
color: #FAD60F;
}
</style>
background-color css
<style>
a { background-color: #FAD60F; }
a { background-color: rgb(250,214,15); }
div.DivClassName
{
background-color: #FAD60F;
}
.BgClassName
{
background-color: #FAD60F;
}
</style>
border-color css
<style>
span { border-color: #FAD60F; }
span { border-color: rgb(250,214,15); }
td.TdClassName
{
border-color: #FAD60F;
}
.TagClassName
{
border-color: #FAD60F;
}
</style>