Shades of Harvest Gold #FABC68
Tints of Harvest Gold #FABC68
RGB
CMYK
RGB Variations
Color information
#FABC68 (or 0xFABC68) is known color: Harvest Gold. HEX triplet: FA, BC and 68. RGB value is (250,188,104). Sum of RGB (Red+Green+Blue) = 250+188+104=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC68 is #054397. Grayscale: #C5C5C5. Windows color (decimal): -344984 or 6864122. OLE color: 6864122.
HSL color Cylindrical-coordinate representation of color #FABC68: hue angle of 34.52º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FABC68 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 104 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.02 |
| HSL | 34.52º | 0.94% | 0.69% | - |
| HSV(B) | 34.52º | 0.58% | 0.98% | - |
| XYZ | 59.91 | 57.29 | 21 | - |
| YUV | 196.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 104 | 0 | 0.25 | 0.58 | 0.02 | 34.52 | 0.94 | 0.69 |
| Hex | FA | BC | 68 | 0 | 19 | 3A | 2 | 23 | 5E | 45 |
| Octal | 372 | 274 | 150 | 0 | 31 | 72 | 2 | 43 | 136 | 105 |
| Binary | 11111010 | 10111100 | 1101000 | 0 | 11001 | 111010 | 10 | 100011 | 1011110 | 1000101 |
Color Harmonies of #FABC68
Complementary color
Monochromatic Colors of #FABC68
Black with #FABC68
Text Example
Text Example
White with #FABC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC68; }
p { color: rgb(250,188,104); }
H1.HeaderClassName
{
color: #FABC68;
}
.AnyTagClassName
{
color: #FABC68;
}
</style>
background-color css
<style>
a { background-color: #FABC68; }
a { background-color: rgb(250,188,104); }
div.DivClassName
{
background-color: #FABC68;
}
.BgClassName
{
background-color: #FABC68;
}
</style>
border-color css
<style>
span { border-color: #FABC68; }
span { border-color: rgb(250,188,104); }
td.TdClassName
{
border-color: #FABC68;
}
.TagClassName
{
border-color: #FABC68;
}
</style>