Shades of Harvest Gold #FABD68
Tints of Harvest Gold #FABD68
RGB
CMYK
RGB Variations
Color information
#FABD68 (or 0xFABD68) is known color: Harvest Gold. HEX triplet: FA, BD and 68. RGB value is (250,189,104). Sum of RGB (Red+Green+Blue) = 250+189+104=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD68 is #054297. Grayscale: #C5C5C5. Windows color (decimal): -344728 or 6864378. OLE color: 6864378.
HSL color Cylindrical-coordinate representation of color #FABD68: hue angle of 34.93º 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 #FABD68 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 104 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.02 |
| HSL | 34.93º | 0.94% | 0.69% | - |
| HSV(B) | 34.93º | 0.58% | 0.98% | - |
| XYZ | 60.12 | 57.72 | 21.07 | - |
| YUV | 197.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 104 | 0 | 0.24 | 0.58 | 0.02 | 34.93 | 0.94 | 0.69 |
| Hex | FA | BD | 68 | 0 | 18 | 3A | 2 | 23 | 5E | 45 |
| Octal | 372 | 275 | 150 | 0 | 30 | 72 | 2 | 43 | 136 | 105 |
| Binary | 11111010 | 10111101 | 1101000 | 0 | 11000 | 111010 | 10 | 100011 | 1011110 | 1000101 |
Color Harmonies of #FABD68
Complementary color
Monochromatic Colors of #FABD68
Black with #FABD68
Text Example
Text Example
White with #FABD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD68; }
p { color: rgb(250,189,104); }
H1.HeaderClassName
{
color: #FABD68;
}
.AnyTagClassName
{
color: #FABD68;
}
</style>
background-color css
<style>
a { background-color: #FABD68; }
a { background-color: rgb(250,189,104); }
div.DivClassName
{
background-color: #FABD68;
}
.BgClassName
{
background-color: #FABD68;
}
</style>
border-color css
<style>
span { border-color: #FABD68; }
span { border-color: rgb(250,189,104); }
td.TdClassName
{
border-color: #FABD68;
}
.TagClassName
{
border-color: #FABD68;
}
</style>