Shades of Harvest Gold #FABF65
Tints of Harvest Gold #FABF65
RGB
CMYK
RGB Variations
Color information
#FABF65 (or 0xFABF65) is known color: Harvest Gold. HEX triplet: FA, BF and 65. RGB value is (250,191,101). Sum of RGB (Red+Green+Blue) = 250+191+101=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF65 is #05409A. Grayscale: #C6C6C6. Windows color (decimal): -344219 or 6668282. OLE color: 6668282.
HSL color Cylindrical-coordinate representation of color #FABF65: hue angle of 36.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FABF65 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 101 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.02 |
| HSL | 36.24º | 0.94% | 0.69% | - |
| HSV(B) | 36.24º | 0.6% | 0.98% | - |
| XYZ | 60.4 | 58.53 | 20.42 | - |
| YUV | 198.38 | 73.05 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 101 | 0 | 0.24 | 0.60 | 0.02 | 36.24 | 0.94 | 0.69 |
| Hex | FA | BF | 65 | 0 | 18 | 3C | 2 | 24 | 5E | 45 |
| Octal | 372 | 277 | 145 | 0 | 30 | 74 | 2 | 44 | 136 | 105 |
| Binary | 11111010 | 10111111 | 1100101 | 0 | 11000 | 111100 | 10 | 100100 | 1011110 | 1000101 |
Color Harmonies of #FABF65
Complementary color
Monochromatic Colors of #FABF65
Black with #FABF65
Text Example
Text Example
White with #FABF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF65; }
p { color: rgb(250,191,101); }
H1.HeaderClassName
{
color: #FABF65;
}
.AnyTagClassName
{
color: #FABF65;
}
</style>
background-color css
<style>
a { background-color: #FABF65; }
a { background-color: rgb(250,191,101); }
div.DivClassName
{
background-color: #FABF65;
}
.BgClassName
{
background-color: #FABF65;
}
</style>
border-color css
<style>
span { border-color: #FABF65; }
span { border-color: rgb(250,191,101); }
td.TdClassName
{
border-color: #FABF65;
}
.TagClassName
{
border-color: #FABF65;
}
</style>