Shades of Harvest Gold #FABF68
Tints of Harvest Gold #FABF68
RGB
CMYK
RGB Variations
Color information
#FABF68 (or 0xFABF68) is known color: Harvest Gold. HEX triplet: FA, BF and 68. RGB value is (250,191,104). Sum of RGB (Red+Green+Blue) = 250+191+104=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF68 is #054097. Grayscale: #C7C7C7. Windows color (decimal): -344216 or 6864890. OLE color: 6864890.
HSL color Cylindrical-coordinate representation of color #FABF68: hue angle of 35.75º 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 #FABF68 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 104 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.02 |
| HSL | 35.75º | 0.94% | 0.69% | - |
| HSV(B) | 35.75º | 0.58% | 0.98% | - |
| XYZ | 60.55 | 58.59 | 21.21 | - |
| YUV | 198.72 | 74.55 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 104 | 0 | 0.24 | 0.58 | 0.02 | 35.75 | 0.94 | 0.69 |
| Hex | FA | BF | 68 | 0 | 18 | 3A | 2 | 24 | 5E | 45 |
| Octal | 372 | 277 | 150 | 0 | 30 | 72 | 2 | 44 | 136 | 105 |
| Binary | 11111010 | 10111111 | 1101000 | 0 | 11000 | 111010 | 10 | 100100 | 1011110 | 1000101 |
Color Harmonies of #FABF68
Complementary color
Monochromatic Colors of #FABF68
Black with #FABF68
Text Example
Text Example
White with #FABF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF68; }
p { color: rgb(250,191,104); }
H1.HeaderClassName
{
color: #FABF68;
}
.AnyTagClassName
{
color: #FABF68;
}
</style>
background-color css
<style>
a { background-color: #FABF68; }
a { background-color: rgb(250,191,104); }
div.DivClassName
{
background-color: #FABF68;
}
.BgClassName
{
background-color: #FABF68;
}
</style>
border-color css
<style>
span { border-color: #FABF68; }
span { border-color: rgb(250,191,104); }
td.TdClassName
{
border-color: #FABF68;
}
.TagClassName
{
border-color: #FABF68;
}
</style>