Shades of Harvest Gold #FABE68
Tints of Harvest Gold #FABE68
RGB
CMYK
RGB Variations
Color information
#FABE68 (or 0xFABE68) is known color: Harvest Gold. HEX triplet: FA, BE and 68. RGB value is (250,190,104). Sum of RGB (Red+Green+Blue) = 250+190+104=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABE68 is #054197. Grayscale: #C6C6C6. Windows color (decimal): -344472 or 6864634. OLE color: 6864634.
HSL color Cylindrical-coordinate representation of color #FABE68: hue angle of 35.34º 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 #FABE68 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 104 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.02 |
| HSL | 35.34º | 0.94% | 0.69% | - |
| HSV(B) | 35.34º | 0.58% | 0.98% | - |
| XYZ | 60.34 | 58.15 | 21.14 | - |
| YUV | 198.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 104 | 0 | 0.24 | 0.58 | 0.02 | 35.34 | 0.94 | 0.69 |
| Hex | FA | BE | 68 | 0 | 18 | 3A | 2 | 23 | 5E | 45 |
| Octal | 372 | 276 | 150 | 0 | 30 | 72 | 2 | 43 | 136 | 105 |
| Binary | 11111010 | 10111110 | 1101000 | 0 | 11000 | 111010 | 10 | 100011 | 1011110 | 1000101 |
Color Harmonies of #FABE68
Complementary color
Monochromatic Colors of #FABE68
Black with #FABE68
Text Example
Text Example
White with #FABE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE68; }
p { color: rgb(250,190,104); }
H1.HeaderClassName
{
color: #FABE68;
}
.AnyTagClassName
{
color: #FABE68;
}
</style>
background-color css
<style>
a { background-color: #FABE68; }
a { background-color: rgb(250,190,104); }
div.DivClassName
{
background-color: #FABE68;
}
.BgClassName
{
background-color: #FABE68;
}
</style>
border-color css
<style>
span { border-color: #FABE68; }
span { border-color: rgb(250,190,104); }
td.TdClassName
{
border-color: #FABE68;
}
.TagClassName
{
border-color: #FABE68;
}
</style>